/sentry-on-heroku

Sentry on Heroku

Primary LanguagePythonMIT LicenseMIT

Sentry

Sentry is a realtime event logging and aggregation platform.

At its core it specializes in monitoring errors and extracting all the information needed to do a proper post-mortem without any of the hassle of the standard user feedback loop.

Basic setup

Follow the steps below to get Sentry up and running on Heroku:

  1. Deploy

  2. Create a user account for yourself::

     heroku run "sentry --config=sentry.conf.py createsuperuser"
    

That's it!