From 6946ae9397a17a1ab783c3155e7f593538cbecea Mon Sep 17 00:00:00 2001 From: Andras Bacsai Date: Mon, 19 Jun 2023 11:42:35 +0200 Subject: [PATCH] change sentry --- config/sentry.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/sentry.php b/config/sentry.php index f3222c2cc..6f0fca7c9 100644 --- a/config/sentry.php +++ b/config/sentry.php @@ -3,7 +3,7 @@ return [ // @see https://docs.sentry.io/product/sentry-basics/dsn-explainer/ - 'dsn' => 'https://2a1cf2f028104b2083c806ee2210b3c0@o1082494.ingest.sentry.io/4505347448045568', + 'dsn' => 'https://4a1edb69518d4cdf8a237c9357f47d2f@o1082494.ingest.sentry.io/4505347448045568', // The release version of your application // Example with dynamic git hash: trim(exec('git --git-dir ' . base_path('.git') . ' log --pretty="%h" -n1 HEAD'))