Skip to content

SentryParser counts Error message lines in error.framesToPop #9656

Closed
@krystofwoldrich

Description

@krystofwoldrich

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

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions