From 250da7d66b34abc3fe3b1e22a24ae84f614c38a6 Mon Sep 17 00:00:00 2001 From: Adeeb Shihadeh Date: Sat, 15 Jan 2022 10:13:11 -0800 Subject: [PATCH] sentry: rotate keys old-commit-hash: cf89ded041dcec6e5c9265cf6694af44ef996445 --- selfdrive/sentry.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/selfdrive/sentry.py b/selfdrive/sentry.py index a9c52ceaa..db763bf16 100644 --- a/selfdrive/sentry.py +++ b/selfdrive/sentry.py @@ -12,9 +12,9 @@ from selfdrive.version import get_branch, get_commit, get_origin, get_version, \ class SentryProject(Enum): # python project - SELFDRIVE = "https://a8dc76b5bfb34908a601d67e2aa8bcf9@o33823.ingest.sentry.io/77924" + SELFDRIVE = "https://6f3c7076c1e14b2aa10f5dde6dda0cc4@o33823.ingest.sentry.io/77924" # native project - SELFDRIVE_NATIVE = "https://a40f22e13cbc4261873333c125fc9d38@o33823.ingest.sentry.io/157615" + SELFDRIVE_NATIVE = "https://3e4b586ed21a4479ad5d85083b639bc6@o33823.ingest.sentry.io/157615" def report_tombstone(fn: str, message: str, contents: str) -> None: