Add EkinoNewrelicBundle

This commit is contained in:
Jérôme TAMARELLE
2017-05-02 07:20:01 -07:00
committed by Fabien Potencier
parent 7e20f61346
commit 9f04f153e3
2 changed files with 16 additions and 0 deletions
@@ -0,0 +1,4 @@
ekino_new_relic:
enabled: true
api_key: "%env(NEWRELIC_API_KEY)%"
log_exceptions: true
+12
View File
@@ -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"
}
}