Heroku Plugin

Heroku plugin is deprecated and will be removed on October 25, 2025. This plugin automatically tracked releases and deployments from your Heroku apps in Sentry, linking them to error tracking and performance monitoring. You can still use Sentry with Heroku by setting up Releases. Releases let you track versions, commits, crash-free sessions, and more.

Create an account on Heroku and create an app.

Follow the instructions to set up a Heroku app using the command line tool and deploy process.

NOTE: If you're doing local Sentry development, ensure Heroku webhooks can call your local Sentry environment by using a service like Ngrok to expose your local environment to the internet.

Create a Sentry project that will be associated with your Heroku app, taking note of the project DSN.

Update your Heroku application configuration variables by going through the Heroku Dashboard >> Settings >> Reveal Config Vars and ensure the SENTRY_DSN variable to points to your domain's DSN for your project, and not sentry.io.

Follow our documentation on configuring the Heroku plugin to setup and install the plugin.

Deploy a change to your Heroku app which triggers a deploy in Heroku. The Heroku webhooks will callback Sentry to create a new release.

Was this helpful?
Help improve this content
Our documentation is open source and available on GitHub. Your contributions are welcome, whether fixing a typo (drat!) or suggesting an update ("yeah, this would be better").