Skip to content

Commit 011e5e4

Browse files
fix/disabled scrapping browser navigation events
1 parent 0df066a commit 011e5e4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • packages/browser/src/performance

packages/browser/src/performance/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ export class Performance {
1818
this.handleCLS();
1919
this.handleFID();
2020
this.handleLCP();
21-
this.handleNavigationEntry();
21+
// this.handleNavigationEntry();
2222
this.handlePaintEntry();
2323
}
2424

0 commit comments

Comments
 (0)