From e16d69605de1d0a743c84bbb2bd85e2db46b4ba0 Mon Sep 17 00:00:00 2001 From: margud Date: Tue, 21 Mar 2023 16:43:20 +0200 Subject: [PATCH] new sentry key --- src/Config/Config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Config/Config.php b/src/Config/Config.php index 0cec6bd2e..e1ce8c3fa 100644 --- a/src/Config/Config.php +++ b/src/Config/Config.php @@ -23,7 +23,7 @@ class Config { const SEGMENT_KEY = 'x8qDW8mWIlcY9SXbMhKLoH7xYQ1cSxF2'; - const SENTRY_KEY = 'https://568e25d8c90e4e068f0f103aaa3d9112@o497594.ingest.sentry.io/5573860'; + const SENTRY_KEY = 'https://c2c43f02599847d682e0a1fb7843600f@o497594.ingest.sentry.io/5573860'; const SENTRY_ENV = 'MISSING_ENV';