-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
makeMultiplexedTransport and makeFetchTransport not available in the CDN import #15041
Comments
There's unfortunately a big disadvantage to adding these exports to the CDN bundles: The majority of our user base would be "punished" with increased bundle size for APIs they don't use. That being said, there's a community PR that addresses this: #14925 I'll bring this up within our team to see if we can resolve this somehow. |
We decided to expose |
@Lms24 can you provide a link to the updated documentation? |
@rodolfoBee sure, here's the link: getsentry/sentry-docs#12407 The new bundle wasn't released yet but we'll probably release it tomorrow. Best to follow #15113 for release progress. |
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
Expected Result
The functions
makeFetchTransport
andmakeMultiplexedTransport
are available in the imported bundle, such as when using the npm package:Actual Result
The functions are not available:
The text was updated successfully, but these errors were encountered: