Skip to content

Commit dc2085d

Browse files
committed
remove unused types
1 parent 993c23b commit dc2085d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/browser-utils/src/metrics/browserMetrics.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -765,8 +765,6 @@ function _setWebVitalAttributes(span: Span, options: AddPerformanceEntriesOption
765765
}
766766

767767
type ExperimentalResourceTimingProperty =
768-
| 'firstInterimResponseStart'
769-
| 'finalResponseHeadersStart'
770768
| 'renderBlockingStatus'
771769
| 'deliveryType'
772770
// For some reason, TS during build, errors on `responseStatus` not being a property of

0 commit comments

Comments
 (0)