mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-17 21:26:22 -04:00
Ignore ResizeObserver loop limit errors
[common]
This commit is contained in:
@@ -88,6 +88,7 @@ export default function createSentryMiddleware() {
|
||||
environment: branch,
|
||||
release,
|
||||
sendDefaultPii: true,
|
||||
ignoreErrors: ['ResizeObserver loop limit exceeded'],
|
||||
beforeSend: cleanseData,
|
||||
integrations: [
|
||||
new Integrations.RewriteFrames({ iteratee: stripUrlBase }),
|
||||
|
||||
Reference in New Issue
Block a user