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:
8080 - type : textarea
8181 id : sdk-setup
8282 attributes :
83- label : SDK Setup/ Reproduction Example
83+ label : Reproduction Example/SDK Setup
8484 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.
8788 placeholder : |-
89+ https://some-JS-online-code-editor.com/my-example
90+
8891 ```javascript
8992 Sentry.init({
9093 dsn: __YOUR_DSN__
You can’t perform that action at this time.
0 commit comments