-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Typescript issues like "Type 'BatchSpanProcessor' is not assignable to type 'SpanProcessor'" since update to last OpenTelemetry packages #42
Comments
Just ran into the same issue. |
The latest packages should be working together. Otel releases happen for all packages in lockstep now to avoid this problem in the future. |
Is it possible to update this package to last versions of Otel ? |
I have all the latest packages and still see the issue: |
I had a similar issue (
|
The package 1.5.0 is not the latest for those stable packages, but 1.6.0 is. |
A full list of otel dependencies in package.json is definitely helpful when trying to debug these issues |
Yeah changing 1.6.0 solved this issue, thanks. |
Using |
Nestjs-OpenTelemetry seems not working with last opentelemetry packages like
@opentelemetry/sdk-trace-base
I try to update Nestjs-OpenTelemetry to offer a fix but tests are not working
Here a sample of typescript issues:
The text was updated successfully, but these errors were encountered: