Description
Is there an existing issue for this?
- I have checked for existing issues https://github.com/getsentry/sentry-javascript/issues
- I have reviewed the documentation https://docs.sentry.io/
- I am using the latest SDK release https://github.com/getsentry/sentry-javascript/releases
How do you use Sentry?
Sentry Saas (sentry.io)
Which SDK are you using?
@sentry/browser
SDK Version
8.47.0 and 7.117.0
Framework Version
No response
Link to Sentry event
No response
Reproduction Example/SDK Setup
No response
Steps to Reproduce
- Try to follow the steps in this guide: https://docs.sentry.io/platforms/javascript/best-practices/micro-frontends/
- Use the SDK CDN import instead of npm package:
<script
src="https://browser.sentry-cdn.com/8.47.0/bundle.tracing.replay.feedback.debug.min.js"
crossorigin="anonymous"
></script>
Expected Result
The functions makeFetchTransport
and makeMultiplexedTransport
are available in the imported bundle, such as when using the npm package:
Actual Result
The functions are not available:
Metadata
Metadata
Assignees
Type
Projects
Status
No status