Skip to content

Commit ea5b1df

Browse files
authored
chore(repo): Add CDN bundle and loader entries to bug report package dropdown (#7089)
1 parent f4564cc commit ea5b1df

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/ISSUE_TEMPLATE/bug.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,9 @@ body:
2525
- type: dropdown
2626
id: package
2727
attributes:
28-
label: Which package are you using?
28+
label:
29+
Which SDK are you using? If you use the CDN bundles, please specify the exact bundle (e.g.
30+
`bundle.tracing.min.js`) in your SDK setup.
2931
options:
3032
- '@sentry/angular'
3133
- '@sentry/browser'
@@ -40,6 +42,8 @@ body:
4042
- '@sentry/svelte'
4143
- '@sentry/vue'
4244
- '@sentry/wasm'
45+
- Sentry Browser CDN bundle
46+
- Sentry Browser Loader
4347
validations:
4448
required: true
4549
- type: input

0 commit comments

Comments
 (0)