frontend
frontend copied to clipboard
Sentry blocked by adblockers
Seems like some ad-blockers might disable sentry entirely:
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
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?
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.
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.