Hacker News new | ask | show | jobs
by qwert12355 3183 days ago
A client side error capture script like Sentry helps with debugging these sorts of errors. We have been using it successfully for some time now.
1 comments

We are able to capture the error / stack with vanilla JS. Tried sentry too. Wondering how would it help in debugging. What we have is the error message and the user agent but unable to reproduce the same problem unless we no more about the extensions installed or if the user agent is fake.
I was wondering if it's possible for e.g. Sentry to list installed extensions, but that'd give websites another means to do fingerprinting, probably not a good idea for browser manufacturers to have implemented.