You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the instrument and transaction decorators inherit from ContextDecorator which does not support decorating async def functions. Would be good to get an implementation which supports both.
Currently, the instrument and transaction decorators inherit from ContextDecorator which does not support decorating
async deffunctions. Would be good to get an implementation which supports both.