Skip to content
Merged
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 @@ -33,6 +33,25 @@ body:
- 'sentry.io (SaS)'
- 'on-premise (Self-Hosted)'

- type: dropdown
id: other_error_monitoring
validations:
required: true
attributes:
label: 'Are you using any other error monitoring solution alongside Sentry?'
description: 'Select exactly one option.'
options:
- "Yes"
- "No"

- type: input
id: other_error_monitoring_name
validations:
required: false
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."

- type: input
id: version
validations:
Expand Down
Loading