Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
MSNev opened this issue Jan 17, 2025 · 0 comments

Comments

@MSNev
Copy link
Collaborator

MSNev commented Jan 17, 2025

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant