stacktracey icon indicating copy to clipboard operation
stacktracey copied to clipboard

Parses call stacks. Reads sources. Clean & filtered output. Sourcemaps. Node & browsers.

Results 7 stacktracey issues
Sort by recently updated
recently updated
newest added

I want to use it to parse the error stack information in my monitor sdk for browser so : ```javascript import StackTracey from 'stacktracey'; console.log(StackTracey) // undefined ``` i import...

This is a variant of the bug in #6. Consider this stack frame, created by Firefox: ``` create@http://localhost:3001/@fs/home/wycats/Code/Starbeam/starbeam/packages/debug/src/stack.ts:88:28 ``` This ends up resulting in a parsed stack frame with `file...

Seems when error stack trace includes an async, anonymous callee, the parsed stack trace file information is incorrect. ### Repro: Assume following error stack trace: ``` stack Error: test at...

The Type Definition of method isThirdParty is not equal to the library implementation in JS. Parameter "externalDomain" is missing. Can you please change it?

When I override `isClean` in a subclass of `StackTracey`, the original method is called instead. This does not happen with `isThirdParty`, which I can override no problem: indeed, my override...

Construct the current class rather than explicitly constructing StackTracey, so that overrides work.

The issue seems like it will only affect Vite users and then only while using Vite's dev server: When Stacktracey needs to load source maps via XHR - which then...