Merge pull request #411

This commit is contained in:
symfony-flex-server[bot]
2018-07-31 06:31:10 +00:00
committed by GitHub
3 changed files with 20 additions and 0 deletions
@@ -0,0 +1,6 @@
ekino_new_relic:
enabled: false
application_name: 'My Symfony Application' # Remove this to use the value from php.ini
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"
}
}