Add Sentry 1.0

This commit is contained in:
Ruud Kamphuis
2017-11-07 10:50:05 +01:00
parent 6ad0ccd4fc
commit 9bb26fbbd3
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": ""
}
}