MCPcopy
hub / github.com/Zizzamia/perfume.js / IAnalyticsTrackerOptions

Interface IAnalyticsTrackerOptions

src/types.ts:68–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66}
67
68export interface IAnalyticsTrackerOptions {
69 attribution: object;
70 data: IPerfumeData;
71 metricName: string;
72 navigatorInformation: INavigatorInfo;
73 rating: IVitalsScore;
74 navigationType?: INavigationType;
75}
76
77interface WebVitalsReportOptions {
78 ttfb?: ReportOpts;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected