From 2ee6e77ccb4d88521e57213c892a2390cf996cf0 Mon Sep 17 00:00:00 2001 From: Matt Duncan Date: Wed, 2 Sep 2026 15:52:56 -0700 Subject: [PATCH 1/2] docs(integrations): Add Modem third-party integration Adds Modem to the consolidated third-party integrations list, linking to its Sentry setup guide at modem.dev. Adds redirects for the `modem` slug from both `/organization/integrations/` and `/integrations/` to the consolidated page. Co-Authored-By: Claude Opus 5 (1M context) --- docs/integrations/third-party-integrations/index.mdx | 1 + redirects.js | 8 ++++++++ 2 files changed, 9 insertions(+) diff --git a/docs/integrations/third-party-integrations/index.mdx b/docs/integrations/third-party-integrations/index.mdx index 1de61810bbb7f..7abb796113811 100644 --- a/docs/integrations/third-party-integrations/index.mdx +++ b/docs/integrations/third-party-integrations/index.mdx @@ -31,6 +31,7 @@ To build and publish your own, see the [Integration Platform docs](/integrations - [Leroy](https://useleroy.com/sentry) {/* leroy */} - [LogBrew](https://docs.logbrew.co) {/* logbrew */} - [Mendral](https://mendral.com/) {/* mendral */} +- [Modem](https://modem.dev/integrations/sentry) {/* modem */} - [NotiLens](https://www.notilens.com/docs/sentry) {/* notilens */} - [Offloop](https://docs.offloop.org/get-started/introduction) {/* offloop */} - [Oneleet](https://docs.oneleet.com) {/* oneleet */} diff --git a/redirects.js b/redirects.js index b43f0091f7b68..045547acde085 100644 --- a/redirects.js +++ b/redirects.js @@ -1172,6 +1172,10 @@ const userDocsRedirects = [ source: '/organization/integrations/superlog-responder/', destination: '/integrations/third-party-integrations/', }, + { + source: '/organization/integrations/modem/', + destination: '/integrations/third-party-integrations/', + }, // DOCS-2426: WorkOS is an SSO provider; no dedicated page exists { source: '/organization/integrations/workos/', @@ -1367,6 +1371,10 @@ const userDocsRedirects = [ source: '/integrations/superlog-responder/', destination: '/integrations/third-party-integrations/', }, + { + source: '/integrations/modem/', + destination: '/integrations/third-party-integrations/', + }, { source: '/development/sdk-dev/:path*', destination: 'https://develop.sentry.dev', From 1f757eac6ca1960fa2554f74b68fe96c64c6d58c Mon Sep 17 00:00:00 2001 From: Matt Duncan Date: Wed, 2 Sep 2026 16:01:11 -0700 Subject: [PATCH 2/2] fix(integrations): Unblock third-party link check The external link check was failing on two pre-existing 404s unrelated to the Modem addition: - Offloop: the docs.offloop.org subdomain is gone entirely (its root 404s too), so point at the offloop.org homepage. - OpenBlock: /manual no longer exists, so point at the docs.openblocklabs.com root. Co-Authored-By: Claude Opus 5 (1M context) --- docs/integrations/third-party-integrations/index.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/integrations/third-party-integrations/index.mdx b/docs/integrations/third-party-integrations/index.mdx index 7abb796113811..ceb5440effeee 100644 --- a/docs/integrations/third-party-integrations/index.mdx +++ b/docs/integrations/third-party-integrations/index.mdx @@ -33,9 +33,9 @@ To build and publish your own, see the [Integration Platform docs](/integrations - [Mendral](https://mendral.com/) {/* mendral */} - [Modem](https://modem.dev/integrations/sentry) {/* modem */} - [NotiLens](https://www.notilens.com/docs/sentry) {/* notilens */} -- [Offloop](https://docs.offloop.org/get-started/introduction) {/* offloop */} +- [Offloop](https://offloop.org/) {/* offloop */} - [Oneleet](https://docs.oneleet.com) {/* oneleet */} -- [OpenBlock](https://www.openblocklabs.com/manual) {/* work-os */} +- [OpenBlock](https://docs.openblocklabs.com/) {/* work-os */} - [OpsBrief](https://opsbrief.io/docs/integrations/sentry) {/* opsbrief */} - [Phoenix Alerts](https://help.phoenixincidents.com/en/articles/15808434-connect-sentry-to-phoenix-alerts) {/* phoenix-alerts */} - [Ploxir](https://ploxir.com/docs) {/* ploxir */}