error-stack-parser
error-stack-parser copied to clipboard
Extract meaning from JS Errors
I have an array of errors which I want to convert with error-stack-parser. What I did was basically this: ```javascript errors.map(ErrorStackParser.parse).forEach(console.log) ``` ## Expected Behavior I expected to get an...
Consider this error stack: ``` Error at StackTrace$$GenerateError (http://concatjs/base/third_party/javascript/cucumber_js/cucumber.js:54957:19) [ProxyZone] at Object.StackTrace$$getSync [as getSync] (http://concatjs/base/third_party/javascript/cucumber_js/cucumber.js:55019:23) [ProxyZone] ``` The error-stack-parser library finds the wrong location. ## Expected Behavior The location should...
I am producing a webpack bundle and executing it using Node.js. There is an error originating in the bundle. I have a source map. I want to parse the stack...
Hi there, first off thanks for an incredible useful collection of modules! 👍 ## Expected Behavior I would expect `StackFrame.functionName` to be consistent across browsers. ## Current Behavior The parsed...
@tarr11 commented on [Mon Jun 12 2017](https://github.com/stacktracejs/stacktrace.js/issues/194) I am using `Function` to parse and eval some code in the browser. I would like to use StackTraceJS to show errors to...
## Description Prevent parentheses in filenames from being incorrectly stripped out when parsing the raw stack frame. This is done by changing `extractLocation`, which previously removed _all_ parens from its...
## 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...
Bumps [ua-parser-js](https://github.com/faisalman/ua-parser-js) from 0.7.31 to 0.7.33. Changelog Sourced from ua-parser-js's changelog. Version 0.7.31 / 1.0.2 Fix OPPO Reno A5 incorrect detection Fix TypeError Bug Use AST to extract regexes and...
Bumps [json5](https://github.com/json5/json5) from 2.2.0 to 2.2.3. Release notes Sourced from json5's releases. v2.2.3 Fix: [email protected] is now the 'latest' release according to npm instead of v1.0.2. (#299) v2.2.2 Fix: Properties...
Bumps [qs](https://github.com/ljharb/qs) from 6.5.2 to 6.5.3. Changelog Sourced from qs's changelog. 6.5.3 [Fix] parse: ignore __proto__ keys (#428) [Fix] utils.merge: avoid a crash with a null target and a truthy...