Skip to content

Commit d9445ed

Browse files
authored
chore: Add error monitoring solution question to bug report template (#5003)
1 parent ea54781 commit d9445ed

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,25 @@ body:
9393
validations:
9494
required: true
9595

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+
attributes:
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+
validations:
113+
required: false
114+
96115
- type: input
97116
id: sentry_sdk_version
98117
attributes:

0 commit comments

Comments
 (0)