From e45b8eeda397adab9bc6bd00f6c14a0d4d0894b0 Mon Sep 17 00:00:00 2001 From: carverdamien Date: Tue, 28 Apr 2026 12:00:07 +0200 Subject: [PATCH] Remove category from LongTaskMarkerPayload --- src/types/markers.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/types/markers.ts b/src/types/markers.ts index 8f5f5e5005..9f15b29104 100644 --- a/src/types/markers.ts +++ b/src/types/markers.ts @@ -717,7 +717,6 @@ export type BHRMarkerPayload = { export type LongTaskMarkerPayload = { type: 'MainThreadLongTask'; - category: 'LongTask'; }; export type JsAllocationPayload_Gecko = {