SDK
All JavaScript SDKs
Description
The Sentry init code snippet on the quick start page for Browser JavaScript doesn't adjust which bundle is used based on the onboarding options.
The chosen bundle is always https://browser.sentry-cdn.com/10.32.1/bundle.tracing.min.js which is not enough when selecting features like session replay or user feedback as that bundle doesn't contain the necessary code for those features.
Suggested Solution
The bundle should update according to the onboarding features selected.