Skip to content

Commit 17fe3fd

Browse files
authored
chore: Add error monitoring solution question to bug report template (#7670)
1 parent 37f7dff commit 17fe3fd

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

.github/ISSUE_TEMPLATE/bug.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,25 @@ body:
4444
validations:
4545
required: true
4646

47+
- type: dropdown
48+
id: other_error_monitoring
49+
attributes:
50+
description: Are you using any other error monitoring solution alongside Sentry?
51+
label: Other Error Monitoring Solution
52+
options:
53+
- "Yes"
54+
- "No"
55+
validations:
56+
required: true
57+
58+
- type: input
59+
id: other_error_monitoring_name
60+
attributes:
61+
label: Other Error Monitoring Solution Name
62+
description: If you're using another error monitoring solution side-by-side, please enter the name of the other solution.
63+
validations:
64+
required: false
65+
4766
- type: input
4867
id: version
4968
attributes:

0 commit comments

Comments
 (0)