You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
From looking at the errors in our Sentry setup I can see that there are cases where the bait has already been removed by someone before the library calls the _destroyBait method here:
From looking at the errors in our Sentry setup I can see that there are cases where the bait has already been removed by someone before the library calls the
_destroyBait
method here:BlockAdBlock/blockadblock.js
Line 94 in bf4c340
Since the library theoretically emits the events after removing the bait, this will never happen in case the above throws.
Ideally the library would simply check if the bait is still in the DOM before trying to remove it.
The text was updated successfully, but these errors were encountered: