Skip to content

Commit 1d4a07a

Browse files
markushiclaude
andauthored
chore: Add error monitoring solution question to bug report templates (#5185)
* chore(android): Add error monitoring solution question to bug report template Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> * chore(java): Add error monitoring solution question to Java bug report template Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> * chore: Address PR feedback on issue templates Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> * fix: Typo your -> you're in issue templates Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> * Address PR feedback * Omit reserved word --------- Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
1 parent e2eb718 commit 1d4a07a

File tree

2 files changed

+35
-0
lines changed

2 files changed

+35
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report_android.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,22 @@ body:
5555
validations:
5656
required: true
5757

58+
- type: dropdown
59+
id: other_error_monitoring_solution
60+
attributes:
61+
description: Are you using any other error monitoring solution alongside Sentry?
62+
label: Other Error Monitoring Solution
63+
options:
64+
- "No"
65+
- "Bugsnag"
66+
- "Datadog"
67+
- "Firebase Crashlytics"
68+
- "Instabug/Luciq"
69+
- "NewRelic"
70+
- "Other (please mention in issue description)"
71+
validations:
72+
required: true
73+
5874
- type: input
5975
id: version
6076
attributes:

.github/ISSUE_TEMPLATE/bug_report_java.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,25 @@ body:
5353
validations:
5454
required: true
5555

56+
- type: dropdown
57+
id: other_error_monitoring
58+
attributes:
59+
description: Are you using any other error monitoring solution alongside Sentry?
60+
label: Other Error Monitoring Solution
61+
options:
62+
- "Yes"
63+
- "No"
64+
validations:
65+
required: true
66+
67+
- type: input
68+
id: other_error_monitoring_name
69+
attributes:
70+
label: Other Error Monitoring Solution Name
71+
description: If you're using another error monitoring solution side-by-side, please enter the name of the other solution.
72+
validations:
73+
required: false
74+
5675
- type: input
5776
id: version
5877
attributes:

0 commit comments

Comments
 (0)