Skip to content

[BUG] The regex used to parse the stack trace appears to be skipping anonymous lines #2467

Closed
@MSNev

Description

@MSNev

The current exception RegEx used to parse the exception appears to be "skipping" any lines which don't contain a "name" in the exception stack

Example
Error: Test_Error_Throwing_Inside_UseCallback
at http://localhost:3000/static/js/main.206f4846.js:2:296748
at Object.Re (http://localhost:3000/static/js/main.206f4846.js:2:16814)
at je (http://localhost:3000/static/js/main.206f4846.js:2:16968)
at http://localhost:3000/static/js/main.206f4846.js:2:36868
at Fr (http://localhost:3000/static/js/main.206f4846.js:2:36962)
at Ar (http://localhost:3000/static/js/main.206f4846.js:2:37377)
at http://localhost:3000/static/js/main.206f4846.js:2:42819
at cc (http://localhost:3000/static/js/main.206f4846.js:2:106479)
at De (http://localhost:3000/static/js/main.206f4846.js:2:15946)
at qr (http://localhost:3000/static/js/main.206f4846.js:2:38671)

It "should" identify every line and use no name for lies that don't have the
name (http:url:row:col)

Metadata

Metadata

Assignees

No one assigned

    Type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions