https://github.com/cobyism/sentry-on-heroku
One-button Heroku deploy for Sentry exception tracking
https://github.com/cobyism/sentry-on-heroku
Last synced: 2 days ago
JSON representation
One-button Heroku deploy for Sentry exception tracking
- Host: GitHub
- URL: https://github.com/cobyism/sentry-on-heroku
- Owner: cobyism
- Created: 2014-09-08T07:51:49.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2014-10-31T11:50:33.000Z (over 11 years ago)
- Last Synced: 2025-02-22T19:29:35.121Z (over 1 year ago)
- Language: Python
- Size: 109 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [Sentry](https://getsentry.com) on Heroku
Sentry is a realtime, platform-agnostic error logging and aggregation platform.
To get your own instance of Sentry running on Heroku, just click the button below:
[](https://heroku.com/deploy?template=https://github.com/cobyism/sentry-on-heroku)
## Follow-up
Unfortunately, there’s one step you have to do manually via the command-line
before you can use your Sentry installation. First, ensure you have the
[Heroku Toolbelt](https://toolbelt.heroku.com/) installed, and then run the following:
```sh
heroku run --app YOURAPPNAME sentry --config=sentry.conf.py createsuperuser
```
Enter a username, email address, and password for your first user account.
Once that’s completed, you can run `heroku open --app YOURAPPNAME` and sign in. :grin:
## License
Please refer to [the license](https://github.com/getsentry/sentry/blob/master/LICENSE)
on the main Sentry repository.