Skip to content

alex88/sentry-heroku

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sentry 7 running on Heroku

Using this as base repo you can easily deploy sentry on heroku

Automatic setup

Just click on the deploy button to create a new app with preinstalled sentry and the required redis/postrgesql/sendgrid addons (free)

Deploy

Be sure to set an app name and change the environemnt variable accordignly. In case you didn't do that, use this command to set the sentry base url:

heroku config:set SENTRY_URL_PREFIX=https://YOURAPPNAME.herokuapp.com --app YOURAPPNAME

and, using heroku run you've to create a new superuser:

heroku run "sentry --config=sentry.conf.py createuser" --app YOURAPPNAME

About

Fast and simple setup of a sentry 7 server on heroku

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages