chankamlam/nest-jaeger

JaegerInterceptor is not assignable to parameter of type NestInterceptor<any, any>

agosalvez opened this issue · 0 comments

Hi, I have the following code (screenshot) and I don't know how can I resolve this problem.

I've copied the same code from this repository, step by step.

I want to connect NestJS App with Jaeger.

Argument of type 'JaegerInterceptor' is not assignable to parameter of type 'NestInterceptor<any, any>'.

Can anybody help me?

Thank you!

image