We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea1c3bb commit 5f42677Copy full SHA for 5f42677
packages/tracing/src/browser/web-vitals/getLCP.ts
@@ -30,7 +30,7 @@ export interface LargestContentfulPaint extends PerformanceEntry {
30
id: string;
31
url: string;
32
element?: Element;
33
- toJSON(): Record<string, unknown>;
+ toJSON(): Record<string, string>;
34
}
35
36
export const getLCP = (onReport: ReportHandler, reportAllChanges = false): void => {
0 commit comments