[BUG] The regex used to parse the stack trace appears to be skipping anonymous lines #2467
Labels
fixed - waiting release
PR Committed and waiting deployment
Milestone
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)
The text was updated successfully, but these errors were encountered: