Skip to content

chore(repo): Clean up bug report template #7855

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 1 commit into from
Apr 14, 2023
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
17 changes: 9 additions & 8 deletions .github/ISSUE_TEMPLATE/bug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,13 @@ body:
- type: dropdown
id: package
attributes:
label:
Which SDK are you using? If you use the CDN bundles, please specify the exact bundle (e.g.
`bundle.tracing.min.js`) in your SDK setup.
label: Which SDK are you using?
description:
If you're using the CDN bundles, please specify the exact bundle (e.g. `bundle.tracing.min.js`) in your SDK
setup.
options:
- '@sentry/angular'
- '@sentry/browser'
- '@sentry/angular'
- '@sentry/ember'
- '@sentry/gatsby'
- '@sentry/nextjs'
Expand All @@ -43,8 +44,8 @@ body:
- '@sentry/sveltekit'
- '@sentry/vue'
- '@sentry/wasm'
- Sentry Browser CDN bundle
- Sentry Browser Loader
- Sentry Browser CDN bundle
validations:
required: true
- type: input
Expand All @@ -61,15 +62,15 @@ body:
label: Framework Version
description:
If you're using one of our framework-specific SDKs (`@sentry/react`, for example), what version of the
_framework_ (not SDK) are you using?
_framework_ are you using?
placeholder: ex. React 17.0.0
- type: input
id: link-to-sentry
attributes:
label: Link to Sentry event
description:
If applicable, provide a link to the affected event from your Sentry account. The event will only be viewable by
Sentry staff.
If applicable, please provide a link to the affected event from your Sentry account. The event will only be
viewable by Sentry staff.
placeholder: https://sentry.io/organizations/<org-slug>/issues/<issue-id>/events/<event-id>/?project=<project-id>
- type: textarea
id: sdk-setup
Expand Down