From 3128c7b88223241e463d061b67be8c6dda00833a Mon Sep 17 00:00:00 2001 From: GuillaumeSD Date: Sun, 8 Jun 2025 17:32:33 +0200 Subject: [PATCH] fix : analysis card padding --- sentry.client.config.ts | 5 +++++ src/sections/analysis/panelBody/analysisTab/index.tsx | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) 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 (