| 66 | } |
| 67 | |
| 68 | export interface IAnalyticsTrackerOptions { |
| 69 | attribution: object; |
| 70 | data: IPerfumeData; |
| 71 | metricName: string; |
| 72 | navigatorInformation: INavigatorInfo; |
| 73 | rating: IVitalsScore; |
| 74 | navigationType?: INavigationType; |
| 75 | } |
| 76 | |
| 77 | interface WebVitalsReportOptions { |
| 78 | ttfb?: ReportOpts; |
nothing calls this directly
no outgoing calls
no test coverage detected