Closed
Description
Problem Statement
I'd like to use BrowserClient directly when Sentry is loaded from your CDN. By default, BrowserClient
does not have a stack parser.
- Example use case: https://docs.sentry.io/platforms/javascript/troubleshooting/#using-a-client-directly
- Current CDN exports: https://browser.sentry-cdn.com/7.36.0/bundle.tracing.js#:~:text=exports.BrowserClient%20%3D%20BrowserClient,wrap%3B%0A%0A%20%20return%20exports%3B
Solution Brainstorm
Expected:
exports.defaultIntegrations = defaultIntegrations;
+ exports.defaultStackParser = defaultStackParser;
exports.flush = flush;
Metadata
Metadata
Assignees
Labels
No labels