From 07ada6867eef664514e206e743f25c7ed3cc2524 Mon Sep 17 00:00:00 2001 From: Andras Bacsai Date: Mon, 12 Jun 2023 18:14:04 +0200 Subject: [PATCH] fix --- config/sentry.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/sentry.php b/config/sentry.php index 9adecb468..f90b170e5 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://340d052d37ff4540bb322a5174d634e4@o1082494.ingest.sentry.io/4504672605372416', + 'dsn' => 'https://2a1cf2f028104b2083c806ee2210b3c0@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'))