I integrated Sentry into a web application I run yesterday and overnight I had the following alert come through for the same user twice:
SecurityError: Blocked a frame with origin “https://example.com” from accessing a frame with origin “https://googleads.g.doubleclick.net”. Protocols, domains, and ports must match.
This is presumably caused by a browser extension of some sort and isn’t an issue caused by the application itself.
How can I configure Sentry to ignore this error in future?