From fffb3861c53154fa782eb976646b6e7213c2929d Mon Sep 17 00:00:00 2001 From: Astro Date: Wed, 17 Dec 2025 16:35:02 +0100 Subject: [PATCH 1/3] feat: Add docs for makeplane for self-hosted Sentry. --- .../integrations/issue-tracking/makeplane/index.mdx | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/organization/integrations/issue-tracking/makeplane/index.mdx b/docs/organization/integrations/issue-tracking/makeplane/index.mdx index ab170655c8adc..62ded2f22277c 100644 --- a/docs/organization/integrations/issue-tracking/makeplane/index.mdx +++ b/docs/organization/integrations/issue-tracking/makeplane/index.mdx @@ -15,6 +15,12 @@ Sentry owner, manager, or admin permissions are required to install this integra +### Sentry SaaS + 1. Navigate to **Settings > Integrations > Makeplane** -2. Follow the full [Plane installation instructions](https://docs.plane.so/integrations/sentry). \ No newline at end of file +2. Follow the full [Plane installation instructions](https://docs.plane.so/integrations/sentry). + +### Sentry Self-Hosted + +As opposed to Sentry SaaS, the Makeplane integration for Sentry Self-Hosted requires manual installation. Follow the full [Plane installation instructions](https://developers.plane.so/self-hosting/govern/integrations/sentry) to set up the integration (Requires Pro plan or higher). \ No newline at end of file From 1b52c13a424d2cfb0069efff71e375d0ff953a9a Mon Sep 17 00:00:00 2001 From: Async Date: Fri, 19 Dec 2025 13:12:03 +0100 Subject: [PATCH 2/3] docs: Clarify Self-hosted instructions. --- .../integrations/issue-tracking/makeplane/index.mdx | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/docs/organization/integrations/issue-tracking/makeplane/index.mdx b/docs/organization/integrations/issue-tracking/makeplane/index.mdx index 62ded2f22277c..6f3e55af9a829 100644 --- a/docs/organization/integrations/issue-tracking/makeplane/index.mdx +++ b/docs/organization/integrations/issue-tracking/makeplane/index.mdx @@ -19,8 +19,12 @@ Sentry owner, manager, or admin permissions are required to install this integra 1. Navigate to **Settings > Integrations > Makeplane** -2. Follow the full [Plane installation instructions](https://docs.plane.so/integrations/sentry). +2. Follow the full [Plane setup instructions](https://docs.plane.so/integrations/sentry). ### Sentry Self-Hosted -As opposed to Sentry SaaS, the Makeplane integration for Sentry Self-Hosted requires manual installation. Follow the full [Plane installation instructions](https://developers.plane.so/self-hosting/govern/integrations/sentry) to set up the integration (Requires Pro plan or higher). \ No newline at end of file +As opposed to Sentry SaaS, *the Makeplane integration for Sentry Self-Hosted requires manual installation of the integration on Sentry*, on top of configuring the Plane integration. + +In order to set up both integrations properly, you must complete the following: +1. Follow the full [Sentry installation instructions](https://developers.plane.so/self-hosting/govern/integrations/sentry) to set up both Sentry and Plane. +2. Once you have completed the installation, you must then follow the [Plane Setup Instructions](https://docs.plane.so/integrations/sentry) to get both the Sentry and Plane integrations to talk to each other. From 48bd947aeaa5bb0498bffcf009dac5442dd92340 Mon Sep 17 00:00:00 2001 From: Async Date: Fri, 19 Dec 2025 13:17:17 +0100 Subject: [PATCH 3/3] docs: Clarify that the first installation type is only available when both Sentry AND Plane are SaaS. --- .../integrations/issue-tracking/makeplane/index.mdx | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/organization/integrations/issue-tracking/makeplane/index.mdx b/docs/organization/integrations/issue-tracking/makeplane/index.mdx index 6f3e55af9a829..2c27c0021aed8 100644 --- a/docs/organization/integrations/issue-tracking/makeplane/index.mdx +++ b/docs/organization/integrations/issue-tracking/makeplane/index.mdx @@ -17,6 +17,12 @@ Sentry owner, manager, or admin permissions are required to install this integra ### Sentry SaaS + + +This setup will only work if you are using Plane Cloud *and* Sentry SaaS. For self-hosted Plane/Sentry, see the [Sentry Self-Hosted](#sentry-self-hosted) section. + + + 1. Navigate to **Settings > Integrations > Makeplane** 2. Follow the full [Plane setup instructions](https://docs.plane.so/integrations/sentry).