update sentry

This commit is contained in:
Andras Bacsai 2023-06-23 10:51:17 +02:00
parent 13a08ebbe1
commit c44319251a

View File

@ -3,7 +3,7 @@
return [
// @see https://docs.sentry.io/product/sentry-basics/dsn-explainer/
'dsn' => 'https://4a1edb69518d4cdf8a237c9357f47d2f@o1082494.ingest.sentry.io/4505347448045568',
'dsn' => 'https://abe219b6573947128ecf523c835f5f38@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'))