Merge pull request #621

This commit is contained in:
symfony-flex-server[bot]
2019-04-17 11:24:24 +00:00
committed by GitHub
2 changed files with 13 additions and 0 deletions
@@ -0,0 +1,2 @@
sentry:
dsn: '%env(SENTRY_DSN)%'
+11
View File
@@ -0,0 +1,11 @@
{
"bundles": {
"Sentry\\SentryBundle\\SentryBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"env": {
"SENTRY_DSN": ""
}
}