TraceKit icon indicating copy to clipboard operation
TraceKit copied to clipboard

Attempts to create stack traces for unhandled JavaScript exceptions in all major browsers.

Results 17 TraceKit issues
Sort by recently updated
recently updated
newest added

Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.4. Release notes Sourced from word-wrap's releases. 1.2.4 What's Changed Remove default indent by @​mohd-akram in jonschlinkert/word-wrap#24 🔒fix: CVE 2023 26115 (2) by @​OlafConijn in...

dependencies

I've got an error like in title. It's in function computeStackTrace in last return when tries to get ex.name. It is called by function traceKitWindowOnUnhandledRejection (and I don't have more...

bug
help wanted

Hi, I face the issue of all chrome extension errors captured in my code. we don't want that kind of error, Is any flag disabled for this kind of error?

question

``` import * as TraceKit from 'tracekit'; TraceKit.report.subscribe(tracekitErrorHandler) ``` I added tracekit in my ts file. I try to run that file, I got error like below ``` report is...

By reviewing TraceKit code, I found an issue where the stack trace computation fails in certain condition. Keep in mind that I didn't observe an actual error matching this condition....

Hi, on running ES linter with browser configurations for tracekit.js file found a few issues , can we may be configure a linter in git actions to fix these issues...

pls see images. ![Screenshot from 2021-01-27 22-03-06](https://user-images.githubusercontent.com/12888878/106001920-7b786180-60eb-11eb-9da3-001134a614d6.png) ![Screenshot from 2021-01-27 22-00-41](https://user-images.githubusercontent.com/12888878/106001955-83d09c80-60eb-11eb-88db-6edcf49976a7.png)

feature request
help wanted
enhancement

@niemyjski can we use [xhr onerror](https://developer.mozilla.org/en-US/docs/Web/API/XMLHttpRequestEventTarget/onerror) to capture network errors and also maybe add user breadcrumbs like click action, page load , xhr calls, console warning messages etc ?

question

I get the following error in chrome when loadSource is called: ``` Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental effects to the end user's experience....

bug

Right now as far as I can tell the stack is a very informative javascript object whereas in native exceptions - it is a string. I think it will be...

enhancement