Remove sentry.

This commit is contained in:
James Cole
2025-12-17 06:04:17 +01:00
parent 40d1e36ba8
commit 05f0cb26f8
4 changed files with 0 additions and 18 deletions

View File

@@ -107,7 +107,6 @@ return [
'demo_password' => env('DEMO_PASSWORD', ''),
'tracker_site_id' => env('TRACKER_SITE_ID', ''),
'tracker_url' => env('TRACKER_URL', ''),
'report_errors_online' => env('REPORT_ERRORS_ONLINE', false),
// authentication settings
'authentication_guard' => envNonEmpty('AUTHENTICATION_GUARD', 'web'),