-
### Describe the bug
When using [route groups](https://nextjs.org/docs/app/building-your-application/routing/colocation#route-groups) in NEXT.js, and submitting an error using `@bugsnag/js` `notify…
-
I'm wondering does it has anything to do with the antfu's [error-stack-parser-es](https://github.com/antfu/error-stack-parser-es), which is a port of https://github.com/stacktracejs/error-stack-parser…
-
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
…
-
I'm trying to think through an approach for using private SourceMaps with stacktracejs. Since the error logger runs on the client, it needs to parse the SourceMap for accurate information - correct? …
-
https://github.com/stacktracejs/stacktrace.js/blob/c12fccdbf21b8ecf215b35474070da1b1c23206d/stacktrace.js#L106
Would it be prudent to add defensive code checking here to make sure `ErrorStackParser…
-
window.onerrorと、window.addEventListener("unhandledrejection")の2つをreportする
-
This causes the tests to end prematurely.
-
If `_parseJson` (and internal `JSON.parse`) throws an error, it will not be passed to `reject`, so outer `getMappedLocation` (and `StackTrace.fromError` from `stacktrace-js`) will never resolve/reject…
-
then log that variable name, and the object itself.
i have no idea if we can do this or not.
either convert a string to a JS object to look up, or get the original variable name from an argument pa…
-
## 🚀 Feature Proposal
It'd be awesome and fairly simple (I hope) to swap out `stack-utils` for https://github.com/stacktracejs/error-stack-parser which would give you the same metadata about stacks…