diff --git a/docs/integrations/third-party-integrations/index.mdx b/docs/integrations/third-party-integrations/index.mdx index 1de61810bbb7f9..ceb5440effeee3 100644 --- a/docs/integrations/third-party-integrations/index.mdx +++ b/docs/integrations/third-party-integrations/index.mdx @@ -31,10 +31,11 @@ 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 */} +- [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 */} diff --git a/redirects.js b/redirects.js index b43f0091f7b689..045547acde0850 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',