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