Add Sentry integration and configuration

This commit is contained in:
2025-04-21 18:54:43 +02:00
parent 057bc778ed
commit daeda4a9b5
11 changed files with 693 additions and 25 deletions

4
.env
View File

@@ -32,3 +32,7 @@ DATABASE_URL="postgresql://app:!ChangeMe!@127.0.0.1:5432/app?serverVersion=16&ch
###> symfony/mailer ###
MAILER_DSN=null://null
###< symfony/mailer ###
###> sentry/sentry-symfony ###
SENTRY_DSN=
###< sentry/sentry-symfony ###