Skip to content

Sentry.defaultStackParser not included in CDN bundle #7102

Closed
@amccloud

Description

@amccloud

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;

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions