Skip to content

meta(github): Change wording of bug template #13038

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Jul 26, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 6 additions & 3 deletions .github/ISSUE_TEMPLATE/bug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,11 +80,14 @@ body:
- type: textarea
id: sdk-setup
attributes:
label: SDK Setup/Reproduction Example
label: Reproduction Example/SDK Setup
description:
How do you set up your Sentry SDK? Please show us your `Sentry.init` code.
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.
If you do not post a link, kindly paste your `Sentry.init` code, so we can see how you set up Sentry.
placeholder: |-
https://some-JS-online-code-editor.com/my-example

```javascript
Sentry.init({
dsn: __YOUR_DSN__
Expand Down
Loading