-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Labels
Meta: BreakingPackage: browserIssues related to the Sentry Browser SDKIssues related to the Sentry Browser SDK
Milestone
Description
Capture an error with framesToPop property set to 1.
Changing this would be a breaking change and could affect issues grouping.
Expected Result
The top frame will be removed. We skip parsed frames instead of stack lines.
Actual Result
Nothing is removed. The skipped line is an error message
| return (stack: string, skipFirst: number = 0): StackFrame[] => { |
Metadata
Metadata
Assignees
Labels
Meta: BreakingPackage: browserIssues related to the Sentry Browser SDKIssues related to the Sentry Browser SDK