We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9770665 commit cc7e75cCopy full SHA for cc7e75c
.github/ISSUE_TEMPLATE/bug_report_android.yml
@@ -55,6 +55,26 @@ body:
55
validations:
56
required: true
57
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
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
76
+ required: false
77
78
- type: input
79
id: version
80
attributes:
0 commit comments