Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not working on Heroku ? #273

Open
pesseyjulien opened this issue Feb 1, 2022 · 0 comments
Open

Not working on Heroku ? #273

pesseyjulien opened this issue Feb 1, 2022 · 0 comments

Comments

@pesseyjulien
Copy link

Hi,

Is there any way to make sure the integration is working ?

Because I have installed the bundle and the Newrelic add-on on Heroku but I don't see my background jobs on New relic.

Here is my config :

ekino_new_relic:
    enabled: true
    application_name: "%env(NEW_RELIC_APP_NAME)%"
    api_key: "%env(NEWRELIC_API_KEY)%"
    interactor: auto
    exceptions: false
    deprecations: false
    instrument: false
    commands:
        enabled: true

I alos have a newrelic.ini :
[newrelic]
newrelic.enabled=true
newrelic.browser_monitoring.auto_instrument = false
newrelic.transaction_tracer.enabled = true
newrelic.transaction_tracer.threshold = "500ms"

Maybe the API KEY is not good, how can I tell what is wrong ?

Thanks in advance,
Julien

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant