From 9bd294257b660f2a77efbf9feab2584e332f6734 Mon Sep 17 00:00:00 2001 From: James Cole Date: Mon, 3 Nov 2025 20:49:42 +0100 Subject: [PATCH] Whoops. --- config/sentry.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/sentry.php b/config/sentry.php index 30b362d7d6..d91723d47d 100644 --- a/config/sentry.php +++ b/config/sentry.php @@ -10,7 +10,7 @@ use Illuminate\Auth\AuthenticationException; * @see https://docs.sentry.io/platforms/php/guides/laravel/configuration/options/ */ return [ - 'dsn' => 'SENTRY_LARAVEL_DSN=https://cf9d7aea92537db1e97e3e758b88b0a3@o4510302583848960.ingest.de.sentry.io/4510302585290832', + 'dsn' => 'https://cf9d7aea92537db1e97e3e758b88b0a3@o4510302583848960.ingest.de.sentry.io/4510302585290832', 'release' => env('SENTRY_RELEASE'), // When left empty or `null` the Laravel environment will be used (usually discovered from `APP_ENV` in your `.env`)