diff --git a/src/dashboardWebView/index.tsx b/src/dashboardWebView/index.tsx index 7a7b030c..bc5605d3 100644 --- a/src/dashboardWebView/index.tsx +++ b/src/dashboardWebView/index.tsx @@ -26,7 +26,8 @@ if (elm) { integrations: [new Integrations.BrowserTracing()], tracesSampleRate: 0, // No performance tracing required release: version || "", - environment: environment || "" + environment: environment || "", + ignoreErrors: ['ResizeObserver loop limit exceeded'] }); } diff --git a/src/panelWebView/index.tsx b/src/panelWebView/index.tsx index 2784294f..4452e418 100644 --- a/src/panelWebView/index.tsx +++ b/src/panelWebView/index.tsx @@ -27,7 +27,8 @@ Sentry.init({ integrations: [new Integrations.BrowserTracing()], tracesSampleRate: 0, // No performance tracing required release: version || "", - environment: environment || "" + environment: environment || "", + ignoreErrors: ['ResizeObserver loop limit exceeded'] }); declare const acquireVsCodeApi: () => {