Files
symfony-flex-recipes-contrib/sentry.sentry-symfony.3.0.json
T
github-action botandgithub-action bot 06af7d5f81 Update Flex endpoint
2021-09-23 10:31:54 +00:00

31 lines
841 B
JSON

{
"manifests": {
"sentry/sentry-symfony": {
"manifest": {
"bundles": {
"Sentry\\SentryBundle\\SentryBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"env": {
"SENTRY_DSN": ""
}
},
"files": {
"config/packages/sentry.yaml": {
"contents": [
"sentry:",
" dsn: '%env(SENTRY_DSN)%'",
""
],
"executable": false
}
},
"ref": "9746f0823302d7980e5273ef7a69ef3f5ac80914"
}
}
}