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.
Solution Brainstorm
Expected:
exports.defaultIntegrations = defaultIntegrations;
+ exports.defaultStackParser = defaultStackParser;
exports.flush = flush;
Problem Statement
I'd like to use BrowserClient directly when Sentry is loaded from your CDN. By default,
BrowserClientdoes not have a stack parser.Solution Brainstorm
Expected:
exports.defaultIntegrations = defaultIntegrations; + exports.defaultStackParser = defaultStackParser; exports.flush = flush;