From cfd6538d6d642037baadab93d5d30de530f6ab1c Mon Sep 17 00:00:00 2001 From: Attila Szegedi Date: Fri, 3 Oct 2025 17:50:55 +0200 Subject: [PATCH] Missed adding getMetrics in one spot --- ts/src/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/ts/src/index.ts b/ts/src/index.ts index 51cceddb..42454629 100644 --- a/ts/src/index.ts +++ b/ts/src/index.ts @@ -40,6 +40,7 @@ export const time = { v8ProfilerStuckEventLoopDetected: timeProfiler.v8ProfilerStuckEventLoopDetected, getState: timeProfiler.getState, + getMetrics: timeProfiler.getMetrics, constants: timeProfiler.constants, };