csnover / TraceKit

Attempts to create stack traces for unhandled JavaScript exceptions in all major browsers.
1.03k stars 167 forks source link

Capture network errors & add breadcrumbs ? #78

Open MurugappanVR opened 4 years ago

MurugappanVR commented 4 years ago

@niemyjski can we use xhr onerror to capture network errors and also maybe add user breadcrumbs like click action, page load , xhr calls, console warning messages etc ?

niemyjski commented 4 years ago

I responded to this but I don't see the answer.... Short answer yes you could do this but I wouldn't. I would use a client side library that's meant to catch and report these like exceptionless or other related product.