Skip to content
Open
Show file tree
Hide file tree
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
16 changes: 16 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report_android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,22 @@ body:
validations:
required: true

- type: dropdown
id: other_error_monitoring_solution
attributes:
description: Are you using any other error monitoring solution alongside Sentry?
label: Other Error Monitoring Solution
options:
- "No"
- "Bugsnag"
- "Datadog"
- "Firebase Crashlytics"
- "Instabug/Luciq"
- "NewRelic"
- "Other (please mention in issue description)"
validations:
required: true

- type: input
id: version
attributes:
Expand Down
19 changes: 19 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report_java.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,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: input
id: version
attributes:
Expand Down
Loading