Skip to content

Fixing TS errors

Fixing TS errors #24

Triggered via push March 19, 2024 12:31
Status Failure
Total duration 3m 35s
Artifacts

lint.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors
build: packages/opentelemetry-sdk-trace-base/src/export/BatchSpanProcessorBase.ts#L241
Type 'number' is not assignable to type 'Timeout | undefined'.
build: packages/opentelemetry-sdk-trace-base/src/export/BatchSpanProcessorBase.ts#L242
Argument of type 'Timeout | undefined' is not assignable to parameter of type 'Timer'.
build: packages/sdk-metrics/src/export/PeriodicExportingMetricReader.ts#L157
Argument of type 'number' is not assignable to parameter of type 'Timer'.
build: packages/opentelemetry-sdk-trace-base/src/export/BatchSpanProcessorBase.ts#L241
Type 'number' is not assignable to type 'Timeout | undefined'.
build: packages/opentelemetry-sdk-trace-base/src/export/BatchSpanProcessorBase.ts#L242
Argument of type 'Timeout | undefined' is not assignable to parameter of type 'Timer'.
build: packages/sdk-metrics/src/export/PeriodicExportingMetricReader.ts#L157
Argument of type 'number' is not assignable to parameter of type 'Timer'.
build: packages/opentelemetry-sdk-trace-base/src/export/BatchSpanProcessorBase.ts#L241
Type 'number' is not assignable to type 'Timeout | undefined'.
build: packages/opentelemetry-sdk-trace-base/src/export/BatchSpanProcessorBase.ts#L242
Argument of type 'Timeout | undefined' is not assignable to parameter of type 'Timer'.
build: packages/sdk-metrics/src/export/PeriodicExportingMetricReader.ts#L157
Argument of type 'number' is not assignable to parameter of type 'Timer'.
build
Process completed with exit code 2.