Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,25 @@ body:
validations:
required: true

- type: dropdown
id: other_error_monitoring
attributes:
description: Are you using any other error monitoring solution alongside Sentry?
label: Other Error Monitoring Solution
options:
- "Yes"
- "No"
validations:
required: true

- type: input
id: other_error_monitoring_name
attributes:
label: Other Error Monitoring Solution Name
description: If you're using another error monitoring solution side-by-side, please enter the name of the other solution.
validations:
required: false

- type: textarea
id: steps-to-reproduce
attributes:
Expand Down
Loading