Skip to content

Instantly share code, notes, and snippets.

@dcramer
Created January 16, 2012 00:00
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dcramer/1618119 to your computer and use it in GitHub Desktop.
Save dcramer/1618119 to your computer and use it in GitHub Desktop.
Using Sentry from Heroku outside of Heroku
# 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