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 cc7e75c commit 4e3adacCopy full SHA for 4e3adac
.github/ISSUE_TEMPLATE/bug_report_java.yml
@@ -53,6 +53,26 @@ body:
53
validations:
54
required: true
55
56
+ - type: dropdown
57
+ id: other_bug_reporting
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_bug_reporting_name
69
70
+ label: Other Error Monitoring Solution Name
71
+ description: If yes, please enter the name of the other solution.
72
+ placeholder: e.g. Crashlytics
73
74
+ required: false
75
76
- type: input
77
id: version
78
attributes:
0 commit comments