We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d61a6d commit 47ed220Copy full SHA for 47ed220
.github/ISSUE_TEMPLATE/bug.yml
@@ -80,11 +80,14 @@ body:
80
- type: textarea
81
id: sdk-setup
82
attributes:
83
- label: SDK Setup/Reproduction Example
+ label: Reproduction Example/SDK Setup
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.
+ 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).
+ 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.
88
placeholder: |-
89
+ https://some-JS-online-code-editor.com/my-example
90
+
91
```javascript
92
Sentry.init({
93
dsn: __YOUR_DSN__
0 commit comments