From f1c2082fbad1dd37ced67fa2bae23b019961fb52 Mon Sep 17 00:00:00 2001 From: Athena Moghaddam Date: Tue, 23 Sep 2025 11:53:51 -0700 Subject: [PATCH 1/4] docs(plugins): deprecate heroku --- develop-docs/integrations/heroku.mdx | 5 ++++- docs/organization/integrations/deployment/index.mdx | 2 +- docs/organization/integrations/index.mdx | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/develop-docs/integrations/heroku.mdx b/develop-docs/integrations/heroku.mdx index b45e5a303c265..a08cbace2bbb6 100644 --- a/develop-docs/integrations/heroku.mdx +++ b/develop-docs/integrations/heroku.mdx @@ -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 23, 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](/product/releases/overview/). Releases let you track versions, commits, crash-free sessions, and more. ## Create a Heroku application diff --git a/docs/organization/integrations/deployment/index.mdx b/docs/organization/integrations/deployment/index.mdx index a3c7a32462102..89d511d69890a 100644 --- a/docs/organization/integrations/deployment/index.mdx +++ b/docs/organization/integrations/deployment/index.mdx @@ -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/) diff --git a/docs/organization/integrations/index.mdx b/docs/organization/integrations/index.mdx index fd8b988a6ad05..fb1148ce145e9 100644 --- a/docs/organization/integrations/index.mdx +++ b/docs/organization/integrations/index.mdx @@ -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 | From dc5dfd259e3241ecca4ef86e8df9cbbfc786ee4f Mon Sep 17 00:00:00 2001 From: Athena Moghaddam Date: Tue, 23 Sep 2025 15:49:57 -0700 Subject: [PATCH 2/4] adding to deploy docs as well --- docs/organization/integrations/deployment/heroku/index.mdx | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/organization/integrations/deployment/heroku/index.mdx b/docs/organization/integrations/deployment/heroku/index.mdx index 2bcb0fc18c97f..3d9417a0f7579 100644 --- a/docs/organization/integrations/deployment/heroku/index.mdx +++ b/docs/organization/integrations/deployment/heroku/index.mdx @@ -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 23, 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/overview/) yourself. Heroku integration on Sentry will no longer be available. ### Register the Add-on From b199a22848d60001130c88353f754190d7b79021 Mon Sep 17 00:00:00 2001 From: Athena Moghaddam Date: Tue, 23 Sep 2025 15:52:36 -0700 Subject: [PATCH 3/4] fix developer docs link --- develop-docs/integrations/heroku.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/develop-docs/integrations/heroku.mdx b/develop-docs/integrations/heroku.mdx index a08cbace2bbb6..b5a9e91fccc87 100644 --- a/develop-docs/integrations/heroku.mdx +++ b/develop-docs/integrations/heroku.mdx @@ -4,7 +4,7 @@ sidebar_title: Heroku (Legacy) --- ## Deprecation Warning Heroku plugin is deprecated and will be removed on October 23, 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](/product/releases/overview/). Releases let you track versions, commits, crash-free sessions, and more. +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 From c152e93920412227c5d369c40d0c3fff5c908310 Mon Sep 17 00:00:00 2001 From: Athena Moghaddam Date: Thu, 25 Sep 2025 13:11:28 -0700 Subject: [PATCH 4/4] updated the date because the emails will be sent out on Monday --- develop-docs/integrations/heroku.mdx | 2 +- docs/organization/integrations/deployment/heroku/index.mdx | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/develop-docs/integrations/heroku.mdx b/develop-docs/integrations/heroku.mdx index b5a9e91fccc87..1c4322d2675a8 100644 --- a/develop-docs/integrations/heroku.mdx +++ b/develop-docs/integrations/heroku.mdx @@ -3,7 +3,7 @@ title: Heroku Plugin sidebar_title: Heroku (Legacy) --- ## Deprecation Warning -Heroku plugin is deprecated and will be removed on October 23, 2025. This plugin automatically tracked releases and deployments from your Heroku apps in Sentry, linking them to error tracking and performance monitoring. +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 diff --git a/docs/organization/integrations/deployment/heroku/index.mdx b/docs/organization/integrations/deployment/heroku/index.mdx index 3d9417a0f7579..a33301246f0f0 100644 --- a/docs/organization/integrations/deployment/heroku/index.mdx +++ b/docs/organization/integrations/deployment/heroku/index.mdx @@ -4,8 +4,8 @@ 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." --- ## Deprecation Warning -Heroku integration on Sentry is deprecated and will be removed on October 23, 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/overview/) yourself. Heroku integration on Sentry will no longer be available. +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