sentry: rotate keys

pull/23548/head
Adeeb Shihadeh 3 years ago
parent 345c48abbb
commit cf89ded041
  1. 4
      selfdrive/sentry.py

@ -12,9 +12,9 @@ from selfdrive.version import get_branch, get_commit, get_origin, get_version, \
class SentryProject(Enum): class SentryProject(Enum):
# python project # python project
SELFDRIVE = "https://a8dc76b5bfb34908a601d67e2aa8bcf9@o33823.ingest.sentry.io/77924" SELFDRIVE = "https://6f3c7076c1e14b2aa10f5dde6dda0cc4@o33823.ingest.sentry.io/77924"
# native project # 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: def report_tombstone(fn: str, message: str, contents: str) -> None:

Loading…
Cancel
Save