Skip to content

makeMultiplexedTransport and makeFetchTransport not available in the CDN import #15041

Description

@rodolfoBee

Is there an existing issue for this?

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

  1. Try to follow the steps in this guide: https://docs.sentry.io/platforms/javascript/best-practices/micro-frontends/
  2. 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:

Image

Actual Result

The functions are not available:

Image

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

Projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions