Skip to content
Open
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
4 changes: 4 additions & 0 deletions docs/integrations/third-party-integrations/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,14 @@ To build and publish your own, see the [Integration Platform docs](/integrations
{/* Note: integration slugs are listed in comments on each line. These slugs are used in redirects app */}

- [Aether](https://docs.runaether.dev/introduction) {/* aether */}
- [Application Platform](https://www.application-platform.com/en/docs/) {/* application-platform */}
- [Applied Edge](https://appliededge.com/) {/* applied-edge */}
- [Bosun](https://docs.bosun.ai/) {/* bosun */}
- [BugZero](https://bugzero.dev/docs) {/* bugzero */}
- [Deviera](https://deviera.dev/docs#sentry) {/* deviera */}
- [Ellipsis](https://docs.ellipsis.dev/integrations/sentry) {/* ellipsis */}
- [Fencer](https://docs.fencer.dev/integrations/integration-observability/) {/* fencer */}
- [Fix with TaskBounty](https://www.task-bounty.com/docs/sentry) {/* fix-with-taskbounty */}
- [Flow Relay](https://www.flowrelay.it/downloads) {/* flow-relay */}
- [FML](https://fml.inc/) {/* fml */}
- [Glue Tools](https://getglueapp.com/guides) {/* glue-tools */}
Expand All @@ -31,6 +33,7 @@ To build and publish your own, see the [Integration Platform docs](/integrations
- [Nominal](https://docs.nominal.dev/integrations/sentry) {/* nominal */}
- [NotiLens](https://www.notilens.com/docs/sentry) {/* notilens */}
- [Offloop](https://docs.offloop.org/get-started/introduction) {/* offloop */}
- [Oneleet](https://docs.oneleet.com) {/* oneleet */}
- [OpenBlock](https://www.openblocklabs.com/manual) {/* 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 */}
Expand All @@ -45,6 +48,7 @@ To build and publish your own, see the [Integration Platform docs](/integrations
- [StackStitch](https://stackstitch.dev/sentry.html) {/* stackstitch */}
- [Steadwing](https://docs.steadwing.com/) {/* steadwing-rca */}
- [Superlog](https://docs.superlog.sh/) {/* superlog */}
- [Superlog Responder](https://docs.superlog.sh/) {/* superlog-responder */}
Comment thread
souredoutlook marked this conversation as resolved.
- [Supernaut](https://supernaut.dev/docs) {/* supernaut */}
- [Synkrony](https://docs.synkrony.ai/) {/* synkrony */}
- [Synthreo](https://docs.synthreo.ai) {/* synthreo */}
Expand Down
32 changes: 32 additions & 0 deletions redirects.js
Original file line number Diff line number Diff line change
Expand Up @@ -1152,6 +1152,22 @@ const userDocsRedirects = [
source: '/organization/integrations/waroom/',
destination: '/integrations/third-party-integrations/',
},
{
source: '/organization/integrations/application-platform/',
destination: '/integrations/third-party-integrations/',
},
{
source: '/organization/integrations/fix-with-taskbounty/',
destination: '/integrations/third-party-integrations/',
},
{
source: '/organization/integrations/oneleet/',
destination: '/integrations/third-party-integrations/',
},
{
source: '/organization/integrations/superlog-responder/',
destination: '/integrations/third-party-integrations/',
},
// DOCS-2426: WorkOS is an SSO provider; no dedicated page exists
{
source: '/organization/integrations/workos/',
Expand Down Expand Up @@ -1327,6 +1343,22 @@ const userDocsRedirects = [
source: '/integrations/waroom/',
destination: '/integrations/third-party-integrations/',
},
{
source: '/integrations/application-platform/',
destination: '/integrations/third-party-integrations/',
},
{
source: '/integrations/fix-with-taskbounty/',
destination: '/integrations/third-party-integrations/',
},
{
source: '/integrations/oneleet/',
destination: '/integrations/third-party-integrations/',
},
{
source: '/integrations/superlog-responder/',
destination: '/integrations/third-party-integrations/',
},
{
source: '/development/sdk-dev/:path*',
destination: 'https://develop.sentry.dev',
Expand Down
Loading