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 4343 - ' @sentry/node'
4444 - ' @sentry/react'
4545 - ' @sentry/remix'
46+ - ' @sentry/solid'
4647 - ' @sentry/svelte'
4748 - ' @sentry/sveltekit'
4849 - ' @sentry/vue'
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
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 :
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({
You can’t perform that action at this time.
0 commit comments