Skip to content
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
10 changes: 4 additions & 6 deletions .github/ISSUE_TEMPLATE/bug.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: 🐞 Bug Report
description: Tell us about something that's not working the way we (probably) intend.
labels: "Type: Bug"
labels: ["Type: Bug"]
body:
- type: checkboxes
attributes:
Expand Down Expand Up @@ -45,15 +45,15 @@ body:
attributes:
label: SDK Version
description: What version of the SDK are you using?
placeholder: ex. 1.5.2
placeholder: ex. 7.8.0
validations:
required: true
- type: input
id: framework-version
attributes:
label: Framework Version
description: If you're using one of our framework-specific SDKs (`@sentry/react`, for example), what version of the framework are you using?
placeholder: ex. 1.5.2
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?
placeholder: ex. React 17.0.0
- type: input
id: link-to-sentry
attributes:
Expand Down Expand Up @@ -88,5 +88,3 @@ body:
attributes:
value: |-
## Thanks 🙏
validations:
required: false