You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/bug.yml
+34-16Lines changed: 34 additions & 16 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
name: 🐞 Bug Report
2
2
description: Tell us about something that's not working the way we (probably) intend.
3
-
labels: ["Type: Bug"]
3
+
labels: ['Type: Bug']
4
4
body:
5
5
- type: checkboxes
6
6
attributes:
@@ -27,19 +27,19 @@ body:
27
27
attributes:
28
28
label: Which package are you using?
29
29
options:
30
-
- "@sentry/angular"
31
-
- "@sentry/browser"
32
-
- "@sentry/ember"
33
-
- "@sentry/gatsby"
34
-
- "@sentry/nextjs"
35
-
- "@sentry/node"
36
-
- "@sentry/opentelemetry-node"
37
-
- "@sentry/react"
38
-
- "@sentry/remix"
39
-
- "@sentry/serverless"
40
-
- "@sentry/svelte"
41
-
- "@sentry/vue"
42
-
- "@sentry/wasm"
30
+
- '@sentry/angular'
31
+
- '@sentry/browser'
32
+
- '@sentry/ember'
33
+
- '@sentry/gatsby'
34
+
- '@sentry/nextjs'
35
+
- '@sentry/node'
36
+
- '@sentry/opentelemetry-node'
37
+
- '@sentry/react'
38
+
- '@sentry/remix'
39
+
- '@sentry/serverless'
40
+
- '@sentry/svelte'
41
+
- '@sentry/vue'
42
+
- '@sentry/wasm'
43
43
validations:
44
44
required: true
45
45
- type: input
@@ -54,14 +54,32 @@ body:
54
54
id: framework-version
55
55
attributes:
56
56
label: Framework Version
57
-
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?
57
+
description:
58
+
If you're using one of our framework-specific SDKs (`@sentry/react`, for example), what version of the
59
+
_framework_ (not SDK) are you using?
58
60
placeholder: ex. React 17.0.0
59
61
- type: input
60
62
id: link-to-sentry
61
63
attributes:
62
64
label: Link to Sentry event
63
-
description: If applicable, provide a link to the affected event from your Sentry account. The event will only be viewable by Sentry staff.
65
+
description:
66
+
If applicable, provide a link to the affected event from your Sentry account. The event will only be viewable by
0 commit comments