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
Right now we have to import a lot of types to simply log something. I think we could have a simpler interface like FooOperator.log_create(TypedOperation).await.
Right now we have to import a lot of types to simply log something. I think we could have a simpler interface like
FooOperator.log_create(TypedOperation).await.