Intercept window.open
to ignore slow clicks
#8301
Labels
Package: replay
Issues related to the Sentry Replay SDK
We are getting a lot of false positives from links that open a new window using
window.open()
- let's investigate interceptingwindow.open
when tracking slow clicks, and ignoring the slow click whenwindow.open()
is called.The text was updated successfully, but these errors were encountered: