Sentry-Integration hinzugefügt

This commit is contained in:
2026-03-27 13:58:23 +01:00
parent d410ab49a3
commit c30860d4ab
6 changed files with 138 additions and 0 deletions

View File

@@ -13,4 +13,5 @@ return [
Symfony\Bundle\SecurityBundle\SecurityBundle::class => ['all' => true],
Symfony\Bundle\MonologBundle\MonologBundle::class => ['all' => true],
Symfony\Bundle\MakerBundle\MakerBundle::class => ['dev' => true],
Sentry\SentryBundle\SentryBundle::class => ['prod' => true],
];