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
We need to do some async stuff in the before_send hook, but seems like it's not possible without using block_on. I would appreciate if you consider adding an async version of the hook or suggest another way to handle it with the current API.