mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-11 15:16:55 +03:00
Add EkinoNewrelicBundle
This commit is contained in:
committed by
Fabien Potencier
parent
7e20f61346
commit
9f04f153e3
@@ -0,0 +1,4 @@
|
||||
ekino_new_relic:
|
||||
enabled: true
|
||||
api_key: "%env(NEWRELIC_API_KEY)%"
|
||||
log_exceptions: true
|
||||
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"bundles": {
|
||||
"Ekino\\Bundle\\NewRelicBundle\\NewRelicBundle": ["prod"]
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"etc/": "%ETC_DIR%/"
|
||||
},
|
||||
"env": {
|
||||
"#1": "Get the REST API key of your NewRelic Account on https://docs.newrelic.com/docs/apis/rest-api-v2/requirements/api-keys",
|
||||
"NEWRELIC_API_KEY": "FIXME"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user