File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change 43
43
- ' @sentry/node'
44
44
- ' @sentry/react'
45
45
- ' @sentry/remix'
46
+ - ' @sentry/solid'
46
47
- ' @sentry/svelte'
47
48
- ' @sentry/sveltekit'
48
49
- ' @sentry/vue'
56
57
attributes :
57
58
label : SDK Version
58
59
description : What version of the SDK are you using?
59
- placeholder : ex. 7.8 .0
60
+ placeholder : ex. 8.10 .0
60
61
validations :
61
62
required : true
62
63
- type : input
66
67
description :
67
68
If you're using one of our framework-specific SDKs (`@sentry/react`, for example), what version of the
68
69
_framework_ are you using?
69
- placeholder : ex. React 17 .0.0
70
+ placeholder : ex. React 18.3.0 or Next 14 .0.0
70
71
- type : input
71
72
id : link-to-sentry
72
73
attributes :
78
79
- type : textarea
79
80
id : sdk-setup
80
81
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.
83
86
placeholder : |-
84
87
```javascript
85
88
Sentry.init({
You can’t perform that action at this time.
0 commit comments