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 = {