stacktracejs / error-stack-parser

Extract meaning from JS Errors
https://www.stacktracejs.com/#!/docs/error-stack-parser
MIT License
450 stars 52 forks source link

Browser error? #90

Open mauricio-lomeli-planview opened 1 year ago

mauricio-lomeli-planview commented 1 year ago

Expected Behavior

Show the stack trace

Current Behavior

error-stack-parser.js:31 Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'parseV8OrIE')
    at ErrorStackParser$$parse (error-stack-parser.js:31:1)
    at StatusPageErrorBoundary.render (StatusPageProvider.tsx:24:1)
    at finishClassComponent (react-dom.development.js:17485:1)
    at updateClassComponent (react-dom.development.js:17435:1)
    at beginWork (react-dom.development.js:19073:1)
    at HTMLUnknownElement.callCallback (react-dom.development.js:3945:1)
    at eval (index.js:1:1)
    at Object.with (index.js:1:1)
    at HTMLUnknownElement.r (index.js:1:1)
    at Object.invokeGuardedCallbackDev (react-dom.development.js:3994:1)

Screenshot 2023-06-13 at 3 18 37 PM

Steps to Reproduce (for bugs)

const frame = parse(new Error('BOOM'));

Context

Just want to read the error in a parsed format.

Your Environment

Possible Solution

None

RPGillespie6 commented 7 months ago

Seems like only the minified version is properly bundled.