Skip to content

Commit 091c3ec

Browse files
authored
Address PR feedback
1 parent 6f27782 commit 091c3ec

File tree

1 file changed

+8
-11
lines changed

1 file changed

+8
-11
lines changed

.github/ISSUE_TEMPLATE/bug_report_android.yml

Lines changed: 8 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -56,24 +56,21 @@ body:
5656
required: true
5757

5858
- type: dropdown
59-
id: other_error_monitoring
59+
id: other_error_monitoring_solution
6060
attributes:
6161
description: Are you using any other error monitoring solution alongside Sentry?
6262
label: Other Error Monitoring Solution
6363
options:
64-
- "Yes"
65-
- "No"
64+
- "None"
65+
- "Bugsnag"
66+
- "Datadog"
67+
- "Firebase Crashlytics"
68+
- "Instabug/Luciq"
69+
- "NewRelic"
70+
- "Other (please mention in issue description)"
6671
validations:
6772
required: true
6873

69-
- type: input
70-
id: other_error_monitoring_name
71-
attributes:
72-
label: Other Error Monitoring Solution Name
73-
description: If you're using another error monitoring solution side-by-side, please enter the name of the other solution.
74-
validations:
75-
required: false
76-
7774
- type: input
7875
id: version
7976
attributes:

0 commit comments

Comments
 (0)