🐛 fix(ansible): Corrige les variables d'environnement et la gestion des erreurs.
```
This commit is contained in:
Serreau Jovann
2025-11-22 21:16:35 +01:00
parent bd5ed17610
commit 35a473e53f
4 changed files with 4 additions and 6 deletions

View File

@@ -16,6 +16,6 @@ return [
Liip\ImagineBundle\LiipImagineBundle::class => ['all' => true],
Nelmio\CorsBundle\NelmioCorsBundle::class => ['all' => true],
Presta\SitemapBundle\PrestaSitemapBundle::class => ['all' => true],
Sentry\SentryBundle\SentryBundle::class => ['dev' => true],
Sentry\SentryBundle\SentryBundle::class => ['prod' => true],
Vich\UploaderBundle\VichUploaderBundle::class => ['all' => true],
];

View File

@@ -42,7 +42,7 @@ when@prod:
handlers:
main:
type: fingers_crossed
action_level: error
action_level: debug
handler: nested
excluded_http_codes: [404, 405]
buffer_size: 50 # How many messages should be saved? Prevent memory leaks