Skip to content

Commit 242a71d

Browse files
committed
remove some @ts-ignore
1 parent f26f152 commit 242a71d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/tracing/src/browser/metrics.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,6 @@ export class MetricsInstrumentation {
199199
// i.e. entries that occurred before calling `observe()` below.
200200
po.observe({
201201
buffered: true,
202-
// @ts-ignore type does not exist on obj
203202
type: 'largest-contentful-paint',
204203
});
205204

@@ -263,7 +262,6 @@ export class MetricsInstrumentation {
263262
// i.e. entries that occurred before calling `observe()` below.
264263
po.observe({
265264
buffered: true,
266-
// @ts-ignore type does not exist on obj
267265
type: 'first-input',
268266
});
269267
} catch (e) {

0 commit comments

Comments
 (0)