Decorator that creates a trace span for the decorated method logic. using the typescript decorators stage 3, which available in typescript v5 and above. requires the "experimentalDecorators" compiler option to be false.
the method to decorate
the class method decorator context
the decorated method
Decorator that creates a trace span for the decorated method logic. using the typescript decorators stage 3, which available in typescript v5 and above. requires the "experimentalDecorators" compiler option to be false.