Skip to content

Commit 22fdef2

Browse files
docs: add Xurrent IMR and Shiprail to third-party integrations (#17198)
<!-- Use this checklist to make sure your PR is ready for merge. You may delete any sections you don't need. --> ## DESCRIBE YOUR PR Adding two more third party integrations to the docs. ## IS YOUR CHANGE URGENT? Help us prioritize incoming PRs by letting us know when the change needs to go live. - [ ] Urgent deadline (GA date, etc.): <!-- ENTER DATE HERE --> - [ ] Other deadline: <!-- ENTER DATE HERE --> - [x] 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 - [x] 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) ## LEGAL BOILERPLATE <!-- Sentry employees and contractors can delete or ignore this section. --> Look, I get it. The entity doing business as "Sentry" was incorporated in the State of Delaware in 2015 as Functional Software, Inc. and is gonna need some rights from me in order to utilize my contributions in this here PR. So here's the deal: I retain all rights, title and interest in and to my contributions, and by keeping this boilerplate intact I confirm that Sentry can use, modify, copy, and redistribute my contributions, under Sentry's choice of terms. ## EXTRA RESOURCES - [Sentry Docs contributor guide](https://docs.sentry.io/contributing/)
1 parent 3b3ea6d commit 22fdef2

2 files changed

Lines changed: 10 additions & 0 deletions

File tree

docs/organization/integrations/third-party-integrations/index.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,5 @@ To build and publish your own, see the [Integration Platform docs](/organization
2828
- [Aether](https://docs.runaether.dev/introduction) {/* aether */}
2929
- [Toolbar](https://docs.usetool.bar/integrations/sentry) {/* toolbar */}
3030
- [Vanta Gov](https://help.vanta.com/en/articles/11345687-vanta-sentry-integration) {/* vanta-gov */}
31+
- [Xurrent IMR](https://zenduty.com/docs/sentry-integration/) {/* xurrent-imr */}
32+
- [Shiprail](https://www.shiprail.ai/) {/* shiprail */}

redirects.js

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -724,6 +724,14 @@ const userDocsRedirects = [
724724
source: '/organization/integrations/vanta-gov/',
725725
destination: '/organization/integrations/third-party-integrations/',
726726
},
727+
{
728+
source: '/organization/integrations/xurrent-imr/',
729+
destination: '/organization/integrations/third-party-integrations/',
730+
},
731+
{
732+
source: '/organization/integrations/shiprail/',
733+
destination: '/organization/integrations/third-party-integrations/',
734+
},
727735
{
728736
source: '/development/sdk-dev/:path*',
729737
destination: 'https://develop.sentry.dev',

0 commit comments

Comments
 (0)