🐛 fix(config/bundles): Active SentryBundle en environnement de développement

This commit is contained in:
Serreau Jovann
2025-11-22 21:14:45 +01:00
parent 914d85682d
commit 206ce8b6bd

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 => ['prod' => true],
Sentry\SentryBundle\SentryBundle::class => ['dev' => true],
Vich\UploaderBundle\VichUploaderBundle::class => ['all' => true],
];