Created
January 16, 2012 00:00
-
-
Save dcramer/1618119 to your computer and use it in GitHub Desktop.
Using Sentry from Heroku outside of Heroku
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# create a dummy heroku app | |
heroku create --stack cedar | |
# add sentry | |
heroku addons:add sentry | |
# fetch your config | |
heroku config | grep SENTRY_DSN | |
# configure your application via http://getsentry.com/guide/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment