Comment on JavaScript Error Logging in MinutesComments−tosh13yAnyone knows whether the error handling API already is consistent between browsers?−bentlegen13yI believe Sentry's JS error reporting uses TraceKit: https://github.com/occ/TraceKit−MartinMond13yTraceKit is pretty great, we're using it in a client project. Though it did not work in the Android WebView for me.−tosh13yThanks for the pointer, last time I looked it was still a pain to normalize across different browsers :)−nik-grafOP13yYes it does as far as I know. Really an awesome lib.
Comments
Anyone knows whether the error handling API already is consistent between browsers?
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.