Skip to content

Commit cc7e75c

Browse files
markushiclaude
andcommitted
chore(android): Add error monitoring solution question to bug report template
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 9770665 commit cc7e75c

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report_android.yml

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

58+
- type: dropdown
59+
id: other_bug_reporting
60+
attributes:
61+
description: Are you using any other error monitoring solution alongside Sentry?
62+
label: Other Error Monitoring Solution
63+
options:
64+
- "Yes"
65+
- "No"
66+
validations:
67+
required: true
68+
69+
- type: input
70+
id: other_bug_reporting_name
71+
attributes:
72+
label: Other Error Monitoring Solution Name
73+
description: If yes, please enter the name of the other solution.
74+
placeholder: e.g. Crashlytics
75+
validations:
76+
required: false
77+
5878
- type: input
5979
id: version
6080
attributes:

0 commit comments

Comments
 (0)