How can I prevent alerts about Google Ads not loading?

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?

If you go to the inbound data filters and enable “Filter out errors known to be caused by browser extensions”. This will ignore a bunch of those issues.

Ah that’s perfect! Thank you very much for the quick response.