#how can I disable CSS logging warn like `Error: SecurityError: CSSStyleSheet.cssRules getter`?
4 messages · Page 1 of 1 (latest)
you can add ignoreErrors in your SDK init:
ignoreErrors:["Not allowed to access cross-origin stylesheet"],
https://docs.sentry.io/platforms/javascript/configuration/filtering/
Learn more about how to configure your JavaScript SDK to set up filtering for events reported to Sentry.
ty for helping but I tried ya hint and it still spam my console :(
my understanding was that the SDK was sending error events and you wanted to filter them.
The errors in the console do not seem to be related to Sentry, do you only see them when the SDK is initialised?
The only feature that would use CSS is our Session Replay, do you have sessions replays enabled? Do it continue if you disable it?