initial implementation of operation tracking #181
ci-cd.yml
on: pull_request
Matrix: test
Publish package to NPM
0s
Annotations
10 errors
Test on node 20:
src/v3/test/shouldCompleteAndHaveInteractiveTime.ts#L21
Object literal may only specify known properties, and 'renderStart' does not exist in type 'PerformanceEntry'.
|
Test on node 20:
src/v3/test/shouldCompleteAndHaveInteractiveTime.ts#L63
Property 'toJSON' is missing in type '{ name: string; entryType: string; startTime: number; duration: number; }' but required in type 'PerformanceEntry'.
|
Test on node 20:
src/v3/test/shouldCompleteAndHaveInteractiveTime.ts#L88
Property 'toJSON' is missing in type '{ name: string; entryType: string; startTime: number; duration: number; }' but required in type 'PerformanceEntry'.
|
Test on node 20:
src/v3/test/shouldCompleteAndHaveInteractiveTime.ts#L118
Object literal may only specify known properties, and 'interactionId' does not exist in type 'PerformanceEntry'.
|
Test on node 20:
src/v3/test/shouldCompleteAndHaveInteractiveTime.ts#L147
Object literal may only specify known properties, and 'interactionId' does not exist in type 'PerformanceEntry'.
|
Test on node 20:
src/v3/test/shouldCompleteAndHaveInteractiveTime.ts#L176
Object literal may only specify known properties, and 'interactionId' does not exist in type 'PerformanceEntry'.
|
Test on node 20:
src/v3/test/shouldCompleteAndHaveInteractiveTime.ts#L200
Property 'toJSON' is missing in type '{ name: string; entryType: string; startTime: number; duration: number; }' but required in type 'PerformanceEntry'.
|
Test on node 20:
src/v3/test/shouldCompleteAndHaveInteractiveTime.ts#L225
Property 'toJSON' is missing in type '{ name: string; entryType: string; startTime: number; duration: number; }' but required in type 'PerformanceEntry'.
|
Test on node 20:
src/v3/test/shouldCompleteAndHaveInteractiveTime.ts#L250
Property 'toJSON' is missing in type '{ name: string; entryType: string; startTime: number; duration: number; }' but required in type 'PerformanceEntry'.
|
Test on node 20:
src/v3/test/shouldCompleteAndHaveInteractiveTime.ts#L275
Property 'toJSON' is missing in type '{ name: string; entryType: string; startTime: number; duration: number; }' but required in type 'PerformanceEntry'.
|