change sentry

This commit is contained in:
Andras Bacsai 2023-06-19 11:42:35 +02:00
parent 7299c6b81d
commit 6946ae9397

View File

@ -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'))