We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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)
name (http:url:row:col)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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: