File tree Expand file tree Collapse file tree 1 file changed +9
-8
lines changed Expand file tree Collapse file tree 1 file changed +9
-8
lines changed Original file line number Diff line number Diff line change @@ -25,12 +25,13 @@ body:
25
25
- type : dropdown
26
26
id : package
27
27
attributes :
28
- label :
29
- Which SDK are you using? If you use the CDN bundles, please specify the exact bundle (e.g.
30
- ` bundle.tracing.min.js` ) in your SDK setup.
28
+ label : Which SDK are you using?
29
+ description :
30
+ If you're using the CDN bundles, please specify the exact bundle (e.g. `bundle.tracing.min.js`) in your SDK
31
+ setup.
31
32
options :
32
- - ' @sentry/angular'
33
33
- ' @sentry/browser'
34
+ - ' @sentry/angular'
34
35
- ' @sentry/ember'
35
36
- ' @sentry/gatsby'
36
37
- ' @sentry/nextjs'
43
44
- ' @sentry/sveltekit'
44
45
- ' @sentry/vue'
45
46
- ' @sentry/wasm'
46
- - Sentry Browser CDN bundle
47
47
- Sentry Browser Loader
48
+ - Sentry Browser CDN bundle
48
49
validations :
49
50
required : true
50
51
- type : input
@@ -61,15 +62,15 @@ body:
61
62
label : Framework Version
62
63
description :
63
64
If you're using one of our framework-specific SDKs (`@sentry/react`, for example), what version of the
64
- _framework_ (not SDK) are you using?
65
+ _framework_ are you using?
65
66
placeholder : ex. React 17.0.0
66
67
- type : input
67
68
id : link-to-sentry
68
69
attributes :
69
70
label : Link to Sentry event
70
71
description :
71
- If applicable, provide a link to the affected event from your Sentry account. The event will only be viewable by
72
- Sentry staff.
72
+ If applicable, please provide a link to the affected event from your Sentry account. The event will only be
73
+ viewable by Sentry staff.
73
74
placeholder : https://sentry.io/organizations/<org-slug>/issues/<issue-id>/events/<event-id>/?project=<project-id>
74
75
- type : textarea
75
76
id : sdk-setup
You can’t perform that action at this time.
0 commit comments