Merge pull request #128

This commit is contained in:
symfony-flex-server[bot]
2017-11-07 15:40:32 +00:00
committed by GitHub
3 changed files with 21 additions and 0 deletions
@@ -0,0 +1,2 @@
sentry:
dsn: '%env(SENTRY_DSN)%'
@@ -0,0 +1,8 @@
sentry:
options:
curl_method: async
# skip_capture: # To skip certain exceptions, specify a list below
# - 'Symfony\Component\HttpKernel\Exception\NotFoundHttpException'
# - 'Symfony\Component\HttpKernel\Exception\BadRequestHttpException'
# - 'Symfony\Component\HttpKernel\Exception\AccessDeniedHttpException'
+11
View File
@@ -0,0 +1,11 @@
{
"bundles": {
"Sentry\\SentryBundle\\SentryBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"env": {
"SENTRY_DSN": ""
}
}