back

by tosh·13y ago·view on hn ↗
Anyone knows whether the error handling API already is consistent between browsers?
1 comments
I believe Sentry's JS error reporting uses TraceKit: https://github.com/occ/TraceKit
TraceKit is pretty great, we're using it in a client project. Though it did not work in the Android WebView for me.
Thanks for the pointer, last time I looked it was still a pain to normalize across different browsers :)
Yes it does as far as I know. Really an awesome lib.