Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion develop-docs/integrations/heroku.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
---
title: Heroku Plugin
sidebar_title: Heroku
sidebar_title: Heroku (Legacy)
---
## Deprecation Warning
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](https://docs.sentry.io/product/releases/). Releases let you track versions, commits, crash-free sessions, and more.

## Create a Heroku application

Expand Down
7 changes: 4 additions & 3 deletions docs/organization/integrations/deployment/heroku/index.mdx
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
---
title: Heroku
title: Heroku (Legacy)
sidebar_order: 1
description: "Learn more about Sentry's Heroku integration, which allows you to create releases in Sentry when your Heroku app is deployed."
---

This integration needs to be set up in each project for which you wish to use it. It is maintained and supported by the [Sentry community](https://open.sentry.io/).
## Deprecation Warning
Heroku integration on Sentry is deprecated and will be removed on October 28, 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 install the Sentry Add-on on Heroku and use Sentry with Heroku by setting up [Releases](/product/releases/) yourself. Heroku integration on Sentry will no longer be available.

### Register the Add-on

Expand Down
2 changes: 1 addition & 1 deletion docs/organization/integrations/deployment/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ description: "Learn more about Sentry's deployment integrations."
- [Expo](/organization/integrations/deployment/expo/)
- [GitHub Actions](/product/releases/setup/release-automation/github-actions/)
- [GitHub Deployment Gates](/product/releases/setup/release-automation/github-deployment-gates/)
- [Heroku](/organization/integrations/deployment/heroku/)
- [Heroku (Legacy)](/organization/integrations/deployment/heroku/)
- [Netlify](/product/releases/setup/release-automation/netlify/)
- [Vercel](/organization/integrations/deployment/vercel/)
2 changes: 1 addition & 1 deletion docs/organization/integrations/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ For more details, see the [full Integration Platform documentation](/organizatio
| -------------------------------------------------------------------------------------- | ------------------ | ----------------- | -------------------- | ----------------------------- |
| [Bitbucket Pipelines](/product/releases/setup/release-automation/bitbucket-pipelines/) | X | X | X | X |
| [GitHub Actions](/product/releases/setup/release-automation/github-actions/) | X | X | X | X |
| [Heroku](/organization/integrations/deployment/heroku/) | X | X | X | |
| [Heroku(Legacy)](/organization/integrations/deployment/heroku/) | X | X | X | |
| [Netlify](/product/releases/setup/release-automation/netlify/) | X | X | X | X |
| [Vercel](/organization/integrations/deployment/vercel/) | X | X | X | X |

Expand Down
Loading