Skip to content

Commit e2dc531

Browse files
docs(plugins): deprecate heroku (#15029)
## DESCRIBE YOUR PR We're sending emails tomorrow to customers about this deprecation. The docs should reflect the email content. ## IS YOUR CHANGE URGENT? Help us prioritize incoming PRs by letting us know when the change needs to go live. - [x] Urgent deadline (GA date, etc.): Sep 24, 2025 - [ ] Other deadline: <!-- ENTER DATE HERE --> - [ ] None: Not urgent, can wait up to 1 week+ ## SLA - Teamwork makes the dream work, so please add a reviewer to your PRs. - Please give the docs team up to 1 week to review your PR unless you've added an urgent due date to it. Thanks in advance for your help! ## PRE-MERGE CHECKLIST *Make sure you've checked the following before merging your changes:* - [ ] Checked Vercel preview for correctness, including links - [ ] PR was reviewed and approved by any necessary SMEs (subject matter experts) - [ ] PR was reviewed and approved by a member of the [Sentry docs team](https://github.com/orgs/getsentry/teams/docs)
1 parent 45e2226 commit e2dc531

File tree

4 files changed

+10
-6
lines changed

4 files changed

+10
-6
lines changed

develop-docs/integrations/heroku.mdx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
---
22
title: Heroku Plugin
3-
sidebar_title: Heroku
3+
sidebar_title: Heroku (Legacy)
44
---
5+
## Deprecation Warning
6+
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.
7+
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.
58

69
## Create a Heroku application
710

docs/organization/integrations/deployment/heroku/index.mdx

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
---
2-
title: Heroku
2+
title: Heroku (Legacy)
33
sidebar_order: 1
44
description: "Learn more about Sentry's Heroku integration, which allows you to create releases in Sentry when your Heroku app is deployed."
55
---
6-
7-
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/).
6+
## Deprecation Warning
7+
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.
8+
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.
89

910
### Register the Add-on
1011

docs/organization/integrations/deployment/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ description: "Learn more about Sentry's deployment integrations."
88
- [Expo](/organization/integrations/deployment/expo/)
99
- [GitHub Actions](/product/releases/setup/release-automation/github-actions/)
1010
- [GitHub Deployment Gates](/product/releases/setup/release-automation/github-deployment-gates/)
11-
- [Heroku](/organization/integrations/deployment/heroku/)
11+
- [Heroku (Legacy)](/organization/integrations/deployment/heroku/)
1212
- [Netlify](/product/releases/setup/release-automation/netlify/)
1313
- [Vercel](/organization/integrations/deployment/vercel/)

docs/organization/integrations/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ For more details, see the [full Integration Platform documentation](/organizatio
8080
| -------------------------------------------------------------------------------------- | ------------------ | ----------------- | -------------------- | ----------------------------- |
8181
| [Bitbucket Pipelines](/product/releases/setup/release-automation/bitbucket-pipelines/) | X | X | X | X |
8282
| [GitHub Actions](/product/releases/setup/release-automation/github-actions/) | X | X | X | X |
83-
| [Heroku](/organization/integrations/deployment/heroku/) | X | X | X | |
83+
| [Heroku(Legacy)](/organization/integrations/deployment/heroku/) | X | X | X | |
8484
| [Netlify](/product/releases/setup/release-automation/netlify/) | X | X | X | X |
8585
| [Vercel](/organization/integrations/deployment/vercel/) | X | X | X | X |
8686

0 commit comments

Comments
 (0)