Skip to content

feat: Provide and then parse invocation params from Span into Playground page store #5784

feat: Provide and then parse invocation params from Span into Playground page store

feat: Provide and then parse invocation params from Span into Playground page store #5784

Triggered via pull request November 1, 2024 15:58
Status Failure
Total duration 45s
Artifacts

typescript-CI.yml

on: pull_request
CI Typescript
34s
CI Typescript
Fit to window
Zoom out
Zoom in

Annotations

2 errors
CI Typescript
Property 'invocationParameters' is missing in type '{ __typename: "Span"; id: string; context: { traceId: string; spanId: string; }; project: { id: string; name: string; }; attributes: string; }' but required in type '{ readonly __typename: "Span"; readonly attributes: string; readonly context: { readonly spanId: string; readonly traceId: string; }; readonly id: string; readonly invocationParameters: readonly { readonly __typename: string; readonly canonicalName?: CanonicalParameterName | ... 1 more ... | undefined; readonly invo...'.
CI Typescript
Process completed with exit code 2.