feat: add sentry

feat: add sentry
This commit is contained in:
2024-01-18 18:48:58 +01:00
parent 192cfb9b73
commit 13bdd096be
7 changed files with 1194 additions and 1 deletions

View File

@@ -6,4 +6,5 @@ return [
Twig\Extra\TwigExtraBundle\TwigExtraBundle::class => ['all' => true],
Symfony\Bundle\WebProfilerBundle\WebProfilerBundle::class => ['dev' => true, 'test' => true],
Symfony\Bundle\MonologBundle\MonologBundle::class => ['all' => true],
Sentry\SentryBundle\SentryBundle::class => ['prod' => true],
];