Skip to content

Commit 7cc5b4e

Browse files
s1gr1dmydea
andauthored
ref(bug-template): Add reproduction example step (#12671)
Additional Changes: - Updating the versions to more recent ones. - Adding `@sentry/solid` --------- Co-authored-by: Francesco Novy <francesco.novy@sentry.io>
1 parent 828c52f commit 7cc5b4e

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

.github/ISSUE_TEMPLATE/bug.yml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ body:
4343
- '@sentry/node'
4444
- '@sentry/react'
4545
- '@sentry/remix'
46+
- '@sentry/solid'
4647
- '@sentry/svelte'
4748
- '@sentry/sveltekit'
4849
- '@sentry/vue'
@@ -56,7 +57,7 @@ body:
5657
attributes:
5758
label: SDK Version
5859
description: What version of the SDK are you using?
59-
placeholder: ex. 7.8.0
60+
placeholder: ex. 8.10.0
6061
validations:
6162
required: true
6263
- type: input
@@ -66,7 +67,7 @@ body:
6667
description:
6768
If you're using one of our framework-specific SDKs (`@sentry/react`, for example), what version of the
6869
_framework_ are you using?
69-
placeholder: ex. React 17.0.0
70+
placeholder: ex. React 18.3.0 or Next 14.0.0
7071
- type: input
7172
id: link-to-sentry
7273
attributes:
@@ -78,8 +79,10 @@ body:
7879
- type: textarea
7980
id: sdk-setup
8081
attributes:
81-
label: SDK Setup
82-
description: How do you set up your Sentry SDK? Please show us your `Sentry.init` options.
82+
label: SDK Setup/Reproduction Example
83+
description:
84+
How do you set up your Sentry SDK? Please show us your `Sentry.init` code.
85+
Or even better—share a link to a reproduction example.
8386
placeholder: |-
8487
```javascript
8588
Sentry.init({

0 commit comments

Comments
 (0)