From bd271a749190ec8d57b843a5590e5ad8bbb2ff10 Mon Sep 17 00:00:00 2001 From: Pamellix Date: Wed, 3 Jun 2026 16:28:50 +0300 Subject: [PATCH] add telemetry error logging for UASM --- src/extra/KVDataMemory.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/extra/KVDataMemory.ts b/src/extra/KVDataMemory.ts index 2c492ff..007eb22 100644 --- a/src/extra/KVDataMemory.ts +++ b/src/extra/KVDataMemory.ts @@ -56,7 +56,9 @@ export class KVDataMemory implements WebTelemetryKVData { rawBreakdown: result.breakdown ?? [], }; // eslint-disable-next-line no-empty - } catch (_e) {} + } catch (e) { + console.log('UASM error: ', e); + } } if (perf.memory) {