Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 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
20 changes: 20 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,26 @@ body:
validations:
required: true

- type: dropdown
id: other_bug_reporting
Comment thread
markushi marked this conversation as resolved.
Outdated
attributes:
description: Are you using any other error monitoring solution alongside Sentry?
label: Other Error Monitoring Solution
options:
- "Yes"
- "No"
validations:
required: true
Comment thread
markushi marked this conversation as resolved.

- type: input
id: other_bug_reporting_name
Comment thread
markushi marked this conversation as resolved.
Outdated
attributes:
label: Other Error Monitoring Solution Name
description: If yes, please enter the name of the other solution.
Comment thread
markushi marked this conversation as resolved.
Outdated
placeholder: e.g. Crashlytics
Comment thread
markushi marked this conversation as resolved.
Outdated
validations:
required: false

- type: input
id: version
attributes:
Expand Down
20 changes: 20 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,26 @@ body:
validations:
required: true

- type: dropdown
id: other_bug_reporting
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_bug_reporting_name
attributes:
label: Other Error Monitoring Solution Name
description: If yes, please enter the name of the other solution.
Comment thread
markushi marked this conversation as resolved.
Outdated
placeholder: e.g. Crashlytics
Comment thread
markushi marked this conversation as resolved.
Outdated
validations:
required: false

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