mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-11 15:16:55 +03:00
Add Sentry 1.0
This commit is contained in:
@@ -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'
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"bundles": {
|
||||
"Sentry\\SentryBundle\\SentryBundle": ["all"]
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
},
|
||||
"env": {
|
||||
"SENTRY_DSN": ""
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user