File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -80,11 +80,14 @@ body:
80
80
- type : textarea
81
81
id : sdk-setup
82
82
attributes :
83
- label : SDK Setup/ Reproduction Example
83
+ label : Reproduction Example/SDK Setup
84
84
description :
85
- How do you set up your Sentry SDK? Please show us your `Sentry.init` code.
86
- Or even better—share a link to a reproduction example.
85
+ To ensure that we can help you as fast as possible, please share a link to a reproduction example (GitHub repo or online code editor).
86
+ This enables us to quickly understand and address your issue.
87
+ If you do not post a link, kindly paste your `Sentry.init` code, so we can see how you set up Sentry.
87
88
placeholder : |-
89
+ https://some-JS-online-code-editor.com/my-example
90
+
88
91
```javascript
89
92
Sentry.init({
90
93
dsn: __YOUR_DSN__
You can’t perform that action at this time.
0 commit comments