ekino/newrelic-bundle
Dotenv
# 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
Generated files
config/packages/ekino_new_relic.yaml
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
config/packages/prod/ekino_new_relic.yaml
ekino_new_relic:
enabled: true