Skip to content

initial implementation of operation tracking #179

initial implementation of operation tracking

initial implementation of operation tracking #179

Triggered via pull request November 22, 2024 00:55
@bbrzoskabbrzoska
synchronize #10
next
Status Failure
Total duration 1m 4s
Artifacts

ci-cd.yml

on: pull_request
Matrix: test
Publish package to NPM
0s
Publish package to NPM
Fit to window
Zoom out
Zoom in

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'.