Skip to content

initial implementation of operation tracking #215

initial implementation of operation tracking

initial implementation of operation tracking #215

Triggered via pull request December 11, 2024 19:04
@xnanodaxxnanodax
synchronize #10
next
Status Failure
Total duration 57s
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 and 1 warning
Test on node 20: src/v3/recordingComputeUtils.ts#L108
Property 'findLast' does not exist on type 'SpanAndAnnotation<AllPossibleScopesT>[]'. Do you need to change your target library? Try changing the 'lib' compiler option to 'es2023' or later.
Test on node 20: src/v3/recordingComputeUtils.ts#L108
Parameter 'spanAndAnnotation' implicitly has an 'any' type.
Test on node 20: src/v3/test/fixtures.ts#L21
Object literal may only specify known properties, and 'requiredScopeKeys' does not exist in type 'TraceDefinition<TicketIdScope, FixtureAllPossibleScopes>'.
Test on node 20: src/v3/test/processSpans.ts#L6
Type 'ScopeT' does not satisfy the constraint '{ [K in keyof ScopeT]: ScopeValue; }'.
Test on node 20: src/v3/test/types.test.ts#L198
Object literal may only specify known properties, and 'userId' does not exist in type '{ ticketId: any; }'.
Test on node 20: src/v3/traceManager.test.ts#L1404
Type '{ ticketId?: string | undefined; }' is not assignable to type 'TicketIdScope'.
Test on node 20: src/v3/traceManager.test.ts#L1412
Argument of type '{ ticketId?: string | undefined; }' is not assignable to parameter of type 'TicketIdScope'.
Test on node 20: src/v3/traceManager.test.ts#L1485
Type '{ ticketId?: string | undefined; }' is not assignable to type 'TicketIdScope'.
Test on node 20: src/v3/traceManager.test.ts#L1498
Argument of type '{ ticketId?: string | undefined; }' is not assignable to parameter of type 'TicketIdScope'.
Test on node 20
Process completed with exit code 2.
Test on node 20
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636