From cc7e75cd34573362d9779a8cf4ee9345a1923d9d Mon Sep 17 00:00:00 2001 From: Markus Hintersteiner Date: Wed, 11 Mar 2026 09:04:47 +0100 Subject: [PATCH 1/6] chore(android): Add error monitoring solution question to bug report template Co-Authored-By: Claude Opus 4.6 --- .github/ISSUE_TEMPLATE/bug_report_android.yml | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug_report_android.yml b/.github/ISSUE_TEMPLATE/bug_report_android.yml index e83e485450d..b1c9a286353 100644 --- a/.github/ISSUE_TEMPLATE/bug_report_android.yml +++ b/.github/ISSUE_TEMPLATE/bug_report_android.yml @@ -55,6 +55,26 @@ body: validations: required: true + - type: dropdown + id: other_bug_reporting + 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_bug_reporting_name + attributes: + label: Other Error Monitoring Solution Name + description: If yes, please enter the name of the other solution. + placeholder: e.g. Crashlytics + validations: + required: false + - type: input id: version attributes: From 4e3adac1af2a6430c98f4f6c6f5a758c4e45baab Mon Sep 17 00:00:00 2001 From: Markus Hintersteiner Date: Wed, 11 Mar 2026 09:09:06 +0100 Subject: [PATCH 2/6] chore(java): Add error monitoring solution question to Java bug report template Co-Authored-By: Claude Opus 4.6 --- .github/ISSUE_TEMPLATE/bug_report_java.yml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug_report_java.yml b/.github/ISSUE_TEMPLATE/bug_report_java.yml index 3f2df40888b..659c54ce0bd 100644 --- a/.github/ISSUE_TEMPLATE/bug_report_java.yml +++ b/.github/ISSUE_TEMPLATE/bug_report_java.yml @@ -53,6 +53,26 @@ body: validations: required: true + - type: dropdown + id: other_bug_reporting + 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_bug_reporting_name + attributes: + label: Other Error Monitoring Solution Name + description: If yes, please enter the name of the other solution. + placeholder: e.g. Crashlytics + validations: + required: false + - type: input id: version attributes: From 92cfdef95c8c56cecd3afeaabd4ad9792ad421de Mon Sep 17 00:00:00 2001 From: Markus Hintersteiner Date: Wed, 11 Mar 2026 09:16:27 +0100 Subject: [PATCH 3/6] chore: Address PR feedback on issue templates Co-Authored-By: Claude Opus 4.6 --- .github/ISSUE_TEMPLATE/bug_report_android.yml | 7 +++---- .github/ISSUE_TEMPLATE/bug_report_java.yml | 7 +++---- 2 files changed, 6 insertions(+), 8 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report_android.yml b/.github/ISSUE_TEMPLATE/bug_report_android.yml index b1c9a286353..55ce538e90d 100644 --- a/.github/ISSUE_TEMPLATE/bug_report_android.yml +++ b/.github/ISSUE_TEMPLATE/bug_report_android.yml @@ -56,7 +56,7 @@ body: required: true - type: dropdown - id: other_bug_reporting + id: other_error_monitoring attributes: description: Are you using any other error monitoring solution alongside Sentry? label: Other Error Monitoring Solution @@ -67,11 +67,10 @@ body: required: true - type: input - id: other_bug_reporting_name + id: other_error_monitoring_name attributes: label: Other Error Monitoring Solution Name - description: If yes, please enter the name of the other solution. - placeholder: e.g. Crashlytics + description: If your using another error monitoring solution side-by-side, please enter the name of the other solution. validations: required: false diff --git a/.github/ISSUE_TEMPLATE/bug_report_java.yml b/.github/ISSUE_TEMPLATE/bug_report_java.yml index 659c54ce0bd..1b988875ada 100644 --- a/.github/ISSUE_TEMPLATE/bug_report_java.yml +++ b/.github/ISSUE_TEMPLATE/bug_report_java.yml @@ -54,7 +54,7 @@ body: required: true - type: dropdown - id: other_bug_reporting + id: other_error_monitoring attributes: description: Are you using any other error monitoring solution alongside Sentry? label: Other Error Monitoring Solution @@ -65,11 +65,10 @@ body: required: true - type: input - id: other_bug_reporting_name + id: other_error_monitoring_name attributes: label: Other Error Monitoring Solution Name - description: If yes, please enter the name of the other solution. - placeholder: e.g. Crashlytics + description: If your using another error monitoring solution side-by-side, please enter the name of the other solution. validations: required: false From 6f27782fea48667c19ba67ebccf9da0a2420191e Mon Sep 17 00:00:00 2001 From: Markus Hintersteiner Date: Wed, 11 Mar 2026 09:18:11 +0100 Subject: [PATCH 4/6] fix: Typo your -> you're in issue templates Co-Authored-By: Claude Opus 4.6 --- .github/ISSUE_TEMPLATE/bug_report_android.yml | 2 +- .github/ISSUE_TEMPLATE/bug_report_java.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report_android.yml b/.github/ISSUE_TEMPLATE/bug_report_android.yml index 55ce538e90d..ac194e1b0a1 100644 --- a/.github/ISSUE_TEMPLATE/bug_report_android.yml +++ b/.github/ISSUE_TEMPLATE/bug_report_android.yml @@ -70,7 +70,7 @@ body: id: other_error_monitoring_name attributes: label: Other Error Monitoring Solution Name - description: If your using another error monitoring solution side-by-side, please enter the name of the other solution. + description: If you're using another error monitoring solution side-by-side, please enter the name of the other solution. validations: required: false diff --git a/.github/ISSUE_TEMPLATE/bug_report_java.yml b/.github/ISSUE_TEMPLATE/bug_report_java.yml index 1b988875ada..8355d75a43b 100644 --- a/.github/ISSUE_TEMPLATE/bug_report_java.yml +++ b/.github/ISSUE_TEMPLATE/bug_report_java.yml @@ -68,7 +68,7 @@ body: id: other_error_monitoring_name attributes: label: Other Error Monitoring Solution Name - description: If your using another error monitoring solution side-by-side, please enter the name of the other solution. + description: If you're using another error monitoring solution side-by-side, please enter the name of the other solution. validations: required: false From 091c3eca53ee3f6dda189f06a07dae85bc08b94a Mon Sep 17 00:00:00 2001 From: Markus Hintersteiner Date: Wed, 11 Mar 2026 14:00:20 +0100 Subject: [PATCH 5/6] Address PR feedback --- .github/ISSUE_TEMPLATE/bug_report_android.yml | 19 ++++++++----------- 1 file changed, 8 insertions(+), 11 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report_android.yml b/.github/ISSUE_TEMPLATE/bug_report_android.yml index ac194e1b0a1..52c4d8b8be2 100644 --- a/.github/ISSUE_TEMPLATE/bug_report_android.yml +++ b/.github/ISSUE_TEMPLATE/bug_report_android.yml @@ -56,24 +56,21 @@ body: required: true - type: dropdown - id: other_error_monitoring + id: other_error_monitoring_solution attributes: description: Are you using any other error monitoring solution alongside Sentry? label: Other Error Monitoring Solution options: - - "Yes" - - "No" + - "None" + - "Bugsnag" + - "Datadog" + - "Firebase Crashlytics" + - "Instabug/Luciq" + - "NewRelic" + - "Other (please mention in issue description)" 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: input id: version attributes: From a802f6bc06284ac1129220121b7806df174431f2 Mon Sep 17 00:00:00 2001 From: Markus Hintersteiner Date: Wed, 11 Mar 2026 14:01:25 +0100 Subject: [PATCH 6/6] Omit reserved word --- .github/ISSUE_TEMPLATE/bug_report_android.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report_android.yml b/.github/ISSUE_TEMPLATE/bug_report_android.yml index 52c4d8b8be2..5dff43579c6 100644 --- a/.github/ISSUE_TEMPLATE/bug_report_android.yml +++ b/.github/ISSUE_TEMPLATE/bug_report_android.yml @@ -61,7 +61,7 @@ body: description: Are you using any other error monitoring solution alongside Sentry? label: Other Error Monitoring Solution options: - - "None" + - "No" - "Bugsnag" - "Datadog" - "Firebase Crashlytics"