Skip to content

[WIP] Add support for V8 API Stacks #242

[WIP] Add support for V8 API Stacks

[WIP] Add support for V8 API Stacks #242

Triggered via pull request August 10, 2023 11:43
Status Failure
Total duration 39s
Artifacts

node.js.yml

on: pull_request
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

30 errors and 3 warnings
build (18.x): collectors/APICallCollector.js#L1
Cannot find name 'SavedCall'.
build (18.x): collectors/APICallCollector.js#L1
Namespace 'BaseCollector' has no exported member 'TargetInfo'.
build (18.x): collectors/APICallCollector.js#L1
Argument of type '{ urlFilter: (u: any) => boolean; options: { includePositions: false; }; }' is not assignable to parameter of type '{ options: { includePositions?: boolean; includeCount?: boolean; }; }'.
build (18.x): collectors/APICallCollector.js#L1
Parameter 'u' implicitly has an 'any' type.
build (18.x): collectors/APICalls/APIProcessor.js#L1
Parameter 'sendCommand' implicitly has an 'any' type.
build (18.x): collectors/APICalls/APIProcessor.js#L1
Type '{}' is missing the following properties from type 'V8Payload': description, stack, args
build (18.x): collectors/APICalls/APIProcessor.js#L1
Parameter 'sendCommand' implicitly has an 'any' type.
build (18.x): collectors/APICalls/APIProcessor.js#L1
Type '{}' is missing the following properties from type 'StackHeadPayload': description, url, args
build (18.x): reporters/ClickhouseReporter.js#L1
Property 'source' does not exist on type 'unknown'.
build (18.x): reporters/ClickhouseReporter.js#L1
Property 'description' does not exist on type 'unknown'.
build (14.x): collectors/APICallCollector.js#L1
Cannot find name 'SavedCall'.
build (14.x): collectors/APICallCollector.js#L1
Namespace 'BaseCollector' has no exported member 'TargetInfo'.
build (14.x): collectors/APICallCollector.js#L1
Argument of type '{ urlFilter: (u: any) => boolean; options: { includePositions: false; }; }' is not assignable to parameter of type '{ options: { includePositions?: boolean; includeCount?: boolean; }; }'.
build (14.x): collectors/APICallCollector.js#L1
Parameter 'u' implicitly has an 'any' type.
build (14.x): collectors/APICalls/APIProcessor.js#L1
Parameter 'sendCommand' implicitly has an 'any' type.
build (14.x): collectors/APICalls/APIProcessor.js#L1
Type '{}' is missing the following properties from type 'V8Payload': description, stack, args
build (14.x): collectors/APICalls/APIProcessor.js#L1
Parameter 'sendCommand' implicitly has an 'any' type.
build (14.x): collectors/APICalls/APIProcessor.js#L1
Type '{}' is missing the following properties from type 'StackHeadPayload': description, url, args
build (14.x): reporters/ClickhouseReporter.js#L1
Property 'source' does not exist on type 'unknown'.
build (14.x): reporters/ClickhouseReporter.js#L1
Property 'description' does not exist on type 'unknown'.
build (16.x): collectors/APICallCollector.js#L1
Cannot find name 'SavedCall'.
build (16.x): collectors/APICallCollector.js#L1
Namespace 'BaseCollector' has no exported member 'TargetInfo'.
build (16.x): collectors/APICallCollector.js#L1
Argument of type '{ urlFilter: (u: any) => boolean; options: { includePositions: false; }; }' is not assignable to parameter of type '{ options: { includePositions?: boolean; includeCount?: boolean; }; }'.
build (16.x): collectors/APICallCollector.js#L1
Parameter 'u' implicitly has an 'any' type.
build (16.x): collectors/APICalls/APIProcessor.js#L1
Parameter 'sendCommand' implicitly has an 'any' type.
build (16.x): collectors/APICalls/APIProcessor.js#L1
Type '{}' is missing the following properties from type 'V8Payload': description, stack, args
build (16.x): collectors/APICalls/APIProcessor.js#L1
Parameter 'sendCommand' implicitly has an 'any' type.
build (16.x): collectors/APICalls/APIProcessor.js#L1
Type '{}' is missing the following properties from type 'StackHeadPayload': description, url, args
build (16.x): reporters/ClickhouseReporter.js#L1
Property 'source' does not exist on type 'unknown'.
build (16.x): reporters/ClickhouseReporter.js#L1
Property 'description' does not exist on type 'unknown'.
build (18.x)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build (14.x)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build (16.x)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/