Skip to content

Commit 4e3adac

Browse files
markushiclaude
andcommitted
chore(java): Add error monitoring solution question to Java bug report template
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent cc7e75c commit 4e3adac

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report_java.yml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,26 @@ body:
5353
validations:
5454
required: true
5555

56+
- type: dropdown
57+
id: other_bug_reporting
58+
attributes:
59+
description: Are you using any other error monitoring solution alongside Sentry?
60+
label: Other Error Monitoring Solution
61+
options:
62+
- "Yes"
63+
- "No"
64+
validations:
65+
required: true
66+
67+
- type: input
68+
id: other_bug_reporting_name
69+
attributes:
70+
label: Other Error Monitoring Solution Name
71+
description: If yes, please enter the name of the other solution.
72+
placeholder: e.g. Crashlytics
73+
validations:
74+
required: false
75+
5676
- type: input
5777
id: version
5878
attributes:

0 commit comments

Comments
 (0)