Skip to content

initial implementation of operation tracking #224

initial implementation of operation tracking

initial implementation of operation tracking #224

Triggered via pull request December 12, 2024 21:58
@bbrzoskabbrzoska
synchronize #10
next
Status Failure
Total duration 58s
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/ActiveTrace.ts#L729
Argument of type '{ definition: CompleteTraceDefinition<TracerScopeKeysT, AllPossibleScopesT>; input: ActiveTraceConfig<TracerScopeKeysT, AllPossibleScopesT>; }' is not assignable to parameter of type 'Context<TracerScopeT, AllPossibleScopesT>'.
Test on node 20: src/v3/convertToRum.ts#L91
Type 'TracerScopeT' does not satisfy the constraint 'KeysOfUnion<AllPossibleScopesT>'.
Test on node 20: src/v3/convertToRum.ts#L92
Type 'TracerScopeT' does not satisfy the constraint 'KeysOfUnion<AllPossibleScopesT>'.
Test on node 20: src/v3/convertToRum.ts#L94
Type 'TracerScopeT' does not satisfy the constraint 'KeysOfUnion<AllPossibleScopesT>'.
Test on node 20: src/v3/convertToRum.ts#L129
Type '{ embeddedSpans: { [typeAndName: string]: EmbeddedEntry; }; nonEmbeddedSpans: string[]; id: string; name: string; startTime: Timestamp; scope: { [K in keyof (AllPossibleScopesT extends { [AnyKey in TracerScopeT]: ScopeValue; } ? AllPossibleScopesT : never)]: (AllPossibleScopesT extends { [AnyKey in TracerScopeT]: Sc...' is not assignable to type 'RumTraceRecording<TracerScopeT>'.
Test on node 20: src/v3/ensureMatcherFn.ts#L56
Type 'TracerScopeT' does not satisfy the constraint 'KeysOfUnion<AllPossibleScopesT>'.
Test on node 20: src/v3/ensureMatcherFn.ts#L58
Type 'TracerScopeT' does not satisfy the constraint 'KeysOfUnion<AllPossibleScopesT>'.
Test on node 20: src/v3/ensureMatcherFn.ts#L60
Type 'TracerScopeT' does not satisfy the constraint 'KeysOfUnion<AllPossibleScopesT>'.
Test on node 20: src/v3/ensureMatcherFn.ts#L63
Type 'SpanMatch<TracerScopeT, AllPossibleScopesT>' is not assignable to type 'SpanMatch<KeysOfUnion<AllPossibleScopesT>, AllPossibleScopesT>'.
Test on node 20: src/v3/ensureMatcherFn.ts#L65
Type 'SpanMatcherFn<KeysOfUnion<AllPossibleScopesT>, AllPossibleScopesT>' is not assignable to type 'SpanMatcherFn<TracerScopeT, AllPossibleScopesT>'.
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