diff --git a/sentry.client.config.ts b/sentry.client.config.ts index 7cf5bca..deb8317 100644 --- a/sentry.client.config.ts +++ b/sentry.client.config.ts @@ -34,6 +34,11 @@ if ( "Fetch is aborted", "The operation was aborted.", "AbortError: AbortError", + "TypeError: Load failed", + "RangeError: Out of memory", + "RuntimeError: Out of bounds memory access (evaluating 'n.apply(null,arguments)')", + "Uncaught RuntimeError: Aborted(CompileError: WebAssembly.instantiate():", + "Uncaught RangeError: WebAssembly.Memory(): could not allocate memory", ], }); } diff --git a/src/sections/analysis/panelBody/analysisTab/index.tsx b/src/sections/analysis/panelBody/analysisTab/index.tsx index f44fe00..7e709ff 100644 --- a/src/sections/analysis/panelBody/analysisTab/index.tsx +++ b/src/sections/analysis/panelBody/analysisTab/index.tsx @@ -28,12 +28,13 @@ export default function AnalysisTab(props: GridProps) { return (