Files
symfony-flex-recipes-contrib/sentry.sentry-symfony.1.0.json
T
github-action botandgithub-action bot 7fa28e54e3 Update Flex endpoint
2021-09-19 15:44:29 +00:00

48 lines
1.8 KiB
JSON

{
"locks": {
"sentry/sentry-symfony": {
"version": "1.0",
"recipe": {
"repo": "1.0",
"branch": "master",
"version": "1.0",
"ref": "fa1a2dfc020798cd7076b5419596e72dca07047a"
}
}
},
"manifests": {
"sentry/sentry-symfony": {
"repository": "github.com/symfony/recipes-contrib",
"package": "sentry/sentry-symfony",
"version": "1.0",
"manifest": {
"bundles": {
"Sentry\\SentryBundle\\SentryBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"env": {
"SENTRY_DSN": ""
}
},
"files": {
"config/packages/sentry.yaml": {
"contents": "sentry:\n options:\n curl_method: async\n\n# skip_capture: # To skip certain exceptions, specify a list below\n# - 'Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException'\n# - 'Symfony\\Component\\HttpKernel\\Exception\\BadRequestHttpException'\n# - 'Symfony\\Component\\HttpKernel\\Exception\\AccessDeniedHttpException'\n",
"executable": false,
"encoding": ""
},
"config/packages/prod/sentry.yaml": {
"contents": "sentry:\n dsn: '%env(SENTRY_DSN)%'\n",
"executable": false,
"encoding": ""
}
},
"origin": "sentry/sentry-symfony:1.0@github.com/symfony/recipes-contrib:master",
"not_installable": false,
"is_contrib": true
}
}
}