We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37f7dff commit 17fe3fdCopy full SHA for 17fe3fd
.github/ISSUE_TEMPLATE/bug.yml
@@ -44,6 +44,25 @@ body:
44
validations:
45
required: true
46
47
+ - type: dropdown
48
+ id: other_error_monitoring
49
+ attributes:
50
+ description: Are you using any other error monitoring solution alongside Sentry?
51
+ label: Other Error Monitoring Solution
52
+ options:
53
+ - "Yes"
54
+ - "No"
55
+ validations:
56
+ required: true
57
+
58
+ - type: input
59
+ id: other_error_monitoring_name
60
61
+ label: Other Error Monitoring Solution Name
62
+ description: If you're using another error monitoring solution side-by-side, please enter the name of the other solution.
63
64
+ required: false
65
66
- type: input
67
id: version
68
attributes:
0 commit comments