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 ea54781 commit d9445edCopy full SHA for d9445ed
.github/ISSUE_TEMPLATE/bug_report.yml
@@ -93,6 +93,25 @@ body:
93
validations:
94
required: true
95
96
+ - type: dropdown
97
+ id: other_error_monitoring
98
+ attributes:
99
+ description: Are you using any other error monitoring solution alongside Sentry?
100
+ label: Other Error Monitoring Solution
101
+ options:
102
+ - "Yes"
103
+ - "No"
104
+ validations:
105
+ required: true
106
+
107
+ - type: input
108
+ id: other_error_monitoring_name
109
110
+ label: Other Error Monitoring Solution Name
111
+ description: If you're using another error monitoring solution side-by-side, please enter the name of the other solution.
112
113
+ required: false
114
115
- type: input
116
id: sentry_sdk_version
117
attributes:
0 commit comments