From 60923301eddd33a90dc8f0a2d86b14935b57f373 Mon Sep 17 00:00:00 2001 From: Chad Whitacre Date: Mon, 15 Aug 2022 10:46:59 -0400 Subject: [PATCH 1/3] Repoint from forum to Github --- src/components/sidebar.tsx | 3 --- src/docs/self-hosted/support.mdx | 2 +- src/docs/self-hosted/troubleshooting.mdx | 2 +- 3 files changed, 2 insertions(+), 5 deletions(-) diff --git a/src/components/sidebar.tsx b/src/components/sidebar.tsx index 8fad3d416f..21898a5689 100644 --- a/src/components/sidebar.tsx +++ b/src/components/sidebar.tsx @@ -301,9 +301,6 @@ export default () => { User Documentation - - Community Forum -
  • diff --git a/src/docs/self-hosted/support.mdx b/src/docs/self-hosted/support.mdx index 8d5bb92fd2..5f9cb2fdd1 100644 --- a/src/docs/self-hosted/support.mdx +++ b/src/docs/self-hosted/support.mdx @@ -12,7 +12,7 @@ Please see our troubleshooting section< Our principles for the support of self-hosted Sentry are: 1. We **DO NOT** provide dedicated support for self-hosted. -2. **DO** use our [community forum](https://github.com/getsentry/sentry/discussions) for questions about your setup. +2. **DO** [file an issue](https://github.com/getsentry/self-hosted/issues/new?assignees=&labels=&template=problem-report.yml) for questions about your setup. 3. **DO** [file an issue](https://github.com/getsentry/self-hosted/issues/new/choose) for missing docs, bugs during upgrades or installation. 4. **DO** [file an issue](https://github.com/getsentry/sentry/issues/new/choose) for functionality problems such as broken auth, features not working, etc. 5. **DO** [submit PRs](https://github.com/getsentry/self-hosted/compare) directly for simple fixes. diff --git a/src/docs/self-hosted/troubleshooting.mdx b/src/docs/self-hosted/troubleshooting.mdx index c05c56a0c4..ce0415128e 100644 --- a/src/docs/self-hosted/troubleshooting.mdx +++ b/src/docs/self-hosted/troubleshooting.mdx @@ -120,6 +120,6 @@ There may be some circumstances which you may want to increase or decrease healt ## Other -If you are still stuck, you can always visit our [community forum](https://forum.sentry.io/) to search for existing topics or create a new topic and ask for help. Please keep in mind that we expect the community to help itself, but Sentry employees also try to monitor and answer forum questions when they have time. +If you are still stuck, you can always visit our [GitHub issues](https://github.com/getsentry/self-hosted/issues) to search for existing issues or create a new issue and ask for help. Please keep in mind that we expect the community to help itself, but Sentry employees also try to monitor and answer forum questions when they have time. Sharing your install logs, service logs, and your Sentry version when [reporting an issue](https://github.com/getsentry/self-hosted/issues/new/choose) or asking a question on the forums would save time and effort for both you and people trying to help you. From 81b4576d05635514d969b17a98c30c0601993d80 Mon Sep 17 00:00:00 2001 From: Chad Whitacre Date: Mon, 15 Aug 2022 10:53:59 -0400 Subject: [PATCH 2/3] Update src/docs/self-hosted/troubleshooting.mdx --- src/docs/self-hosted/troubleshooting.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/docs/self-hosted/troubleshooting.mdx b/src/docs/self-hosted/troubleshooting.mdx index ce0415128e..467aca55f9 100644 --- a/src/docs/self-hosted/troubleshooting.mdx +++ b/src/docs/self-hosted/troubleshooting.mdx @@ -120,6 +120,6 @@ There may be some circumstances which you may want to increase or decrease healt ## Other -If you are still stuck, you can always visit our [GitHub issues](https://github.com/getsentry/self-hosted/issues) to search for existing issues or create a new issue and ask for help. Please keep in mind that we expect the community to help itself, but Sentry employees also try to monitor and answer forum questions when they have time. +If you are still stuck, you can always visit our [GitHub issues](https://github.com/getsentry/self-hosted/issues) to search for existing issues or create a new issue and ask for help. Please keep in mind that we expect the community to help itself, but Sentry employees also try to monitor and answer questions when they have time. Sharing your install logs, service logs, and your Sentry version when [reporting an issue](https://github.com/getsentry/self-hosted/issues/new/choose) or asking a question on the forums would save time and effort for both you and people trying to help you. From f6e8f251638fa131d42eceff80596d13955f90d2 Mon Sep 17 00:00:00 2001 From: Chad Whitacre Date: Mon, 15 Aug 2022 11:08:32 -0400 Subject: [PATCH 3/3] Update src/docs/self-hosted/troubleshooting.mdx --- src/docs/self-hosted/troubleshooting.mdx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/docs/self-hosted/troubleshooting.mdx b/src/docs/self-hosted/troubleshooting.mdx index 467aca55f9..4aeea00b4a 100644 --- a/src/docs/self-hosted/troubleshooting.mdx +++ b/src/docs/self-hosted/troubleshooting.mdx @@ -122,4 +122,3 @@ There may be some circumstances which you may want to increase or decrease healt If you are still stuck, you can always visit our [GitHub issues](https://github.com/getsentry/self-hosted/issues) to search for existing issues or create a new issue and ask for help. Please keep in mind that we expect the community to help itself, but Sentry employees also try to monitor and answer questions when they have time. -Sharing your install logs, service logs, and your Sentry version when [reporting an issue](https://github.com/getsentry/self-hosted/issues/new/choose) or asking a question on the forums would save time and effort for both you and people trying to help you.