Add support for NewRelic 2.0

This commit is contained in:
Tobias Nyholm
2018-07-05 19:30:03 +02:00
parent fd2c1cc798
commit ec84a91b92
3 changed files with 19 additions and 0 deletions
@@ -0,0 +1,5 @@
ekino_new_relic:
enabled: false
api_key: "%env(NEWRELIC_API_KEY)%"
exceptions: true
deprecations: true
@@ -0,0 +1,2 @@
ekino_new_relic:
enabled: true
+12
View File
@@ -0,0 +1,12 @@
{
"bundles": {
"Ekino\\NewRelicBundle\\EkinoNewRelicBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_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. Using an API key is optional.",
"NEWRELIC_API_KEY": "FIXME"
}
}