We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4564cc commit ea5b1dfCopy full SHA for ea5b1df
.github/ISSUE_TEMPLATE/bug.yml
@@ -25,7 +25,9 @@ body:
25
- type: dropdown
26
id: package
27
attributes:
28
- label: Which package are you using?
+ 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.
31
options:
32
- '@sentry/angular'
33
- '@sentry/browser'
@@ -40,6 +42,8 @@ body:
40
42
- '@sentry/svelte'
41
43
- '@sentry/vue'
44
- '@sentry/wasm'
45
+ - Sentry Browser CDN bundle
46
+ - Sentry Browser Loader
47
validations:
48
required: true
49
- type: input
0 commit comments