From d4e4d07f4598399db8ef68f6db9b4b79710e5def Mon Sep 17 00:00:00 2001 From: Markus Hintersteiner Date: Wed, 11 Mar 2026 10:25:14 +0100 Subject: [PATCH] chore: Add error monitoring solution question to bug report template --- .github/ISSUE_TEMPLATE/bug_report.yml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 945a72b5b..fb28fa23a 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -20,6 +20,25 @@ body: validations: required: true + - type: dropdown + id: other_error_monitoring + attributes: + description: Are you using any other error monitoring solution alongside Sentry? + label: Other Error Monitoring Solution + options: + - "Yes" + - "No" + validations: + required: true + + - type: input + id: other_error_monitoring_name + attributes: + label: Other Error Monitoring Solution Name + description: If you're using another error monitoring solution side-by-side, please enter the name of the other solution. + validations: + required: false + - type: textarea id: steps-to-reproduce attributes: