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

You are running on Heroku but haven't enabled Dyno Metadata #755

Closed
jonhue opened this issue Aug 24, 2017 · 5 comments
Closed

You are running on Heroku but haven't enabled Dyno Metadata #755

jonhue opened this issue Aug 24, 2017 · 5 comments

Comments

@jonhue
Copy link

jonhue commented Aug 24, 2017

When migrating my database on Heroku I get the following error:

W, [2017-08-24T22:22:27.045068 #4]  WARN -- sentry: ** [Raven] You are running on Heroku but haven't enabled Dyno Metadata. For Sentry's release detection to work correctly, please run `heroku labs:enable runtime-dyno-metadata`
W, [2017-08-24T22:22:27.597419 #4]  WARN -- : DEBUG log level not allowed in sandbox mode for security of confidential information. Changing log level to INFO...
rails aborted!

I ran the mentioned command nomerous times now, and the issue is still popping up.

@nateberkopec
Copy link
Contributor

What is the output of $ heroku labs --app <app-name>?

Specifically, do you see [ ] runtime-dyno-metadata? Checked or unchecked?

@jonhue
Copy link
Author

jonhue commented Aug 25, 2017

@nateberkopec It's checked!

@jonhue
Copy link
Author

jonhue commented Aug 28, 2017

@nateberkopec Well, it seems like it fixed itself over time :)

@jonhue jonhue closed this as completed Aug 28, 2017
@cesc1989
Copy link

cesc1989 commented Jan 8, 2019

I know this is old and closed but wanted to share what worked for me to silent the warning:

$ heroku labs:enable runtime-dyno-metadata --app [APPNAME]

@maatinito
Copy link

Thanks a lot @cesc1989, the --app [APPNAME] saved me :-)

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

No branches or pull requests

4 participants