frontend icon indicating copy to clipboard operation
frontend copied to clipboard

Sentry blocked by adblockers

Open JoeyChenSmart opened this issue 2 years ago • 2 comments

Seems like some ad-blockers might disable sentry entirely: image

Not sure if this is a known issue, or there is some fix in place already.

Looks like there's a quick workaround from Sentry: https://docs.sentry.io/platforms/javascript/troubleshooting/#dealing-with-ad-blockers

JoeyChenSmart avatar Aug 11 '22 10:08 JoeyChenSmart

The sentry docs say ad blocker "may cause your application to behave unexpectedly." What does that mean for us? What is the behavior of the system when an add blocker is in place? Is this affecting the functionality of the frontend, or is it just preventing the logging on the server?

martin-henz avatar Aug 12 '22 06:08 martin-henz

AFAIK it won't affect any functionality other than the error logging, since the ad-blocker just prevents the frontend from sending requests to sentry's domain.

JoeyChenSmart avatar Aug 12 '22 06:08 JoeyChenSmart

This is a user choice (if they choose to not be tracked) – we can't do anything about it unless we want to self host all the ingest endpoints. Since the app isn't crashing when this happens, I feel we can just close this issue.

RichDom2185 avatar Apr 04 '24 06:04 RichDom2185