Decorator that creates a trace span for the decorated method logic. using the typescript decorators stage 2. requires the "experimentalDecorators" compiler option to be true. It also requires the class to have a 'tracer' property of type Tracer.
the class prototype
the name of the decorated method
Optional
the method descriptor
the decorated descriptor
Decorator that creates a trace span for the decorated method logic. using the typescript decorators stage 2. requires the "experimentalDecorators" compiler option to be true. It also requires the class to have a 'tracer' property of type Tracer.