Sentry error on EDGE browser

Hey @AuthorProxy, when you take a look at the stacktrace, there’s a comment stating that it’s not a bug in the Sentry itself, but it tried to execute wrapped user-land code instead, see:

You are using version 5.6.1 of sentry-javascript right now, however, when you’ll update to 5.7.0+, we added a feature that will actually tell you what was the DOM element that triggered this error (right now you can only see that it was an event handler here:)

Therefore, once you update, you’ll be able to very easily find the root cause od the bug that triggered the capture.

Cheers!

1 Like