Adding BugSnag Recipe (#1496)

This commit is contained in:
Matthew Howells
2023-03-20 21:41:42 +01:00
committed by GitHub
parent f65da3a909
commit 51f2bd5f81
2 changed files with 13 additions and 0 deletions
@@ -0,0 +1,2 @@
bugsnag:
api_key: '%env(BUGSNAG_API_KEY)%'
@@ -0,0 +1,11 @@
{
"bundles": {
"Bugsnag\\BugsnagBundle\\BugsnagBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"env": {
"BUGSNAG_API_KEY": ""
}
}