Files
symfony-flex-recipes-contrib/sentry/sentry-symfony/3.0/manifest.json
T
Robin LehrmannandGitHub 7d2620320e made sentry config for prod only (#1417)
added monolog example config to omit confusion
2022-07-08 13:46:25 +02:00

12 lines
195 B
JSON

{
"bundles": {
"Sentry\\SentryBundle\\SentryBundle": ["prod"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"env": {
"SENTRY_DSN": ""
}
}