Currently, the SDK only passes event to the async block. So users who use async will not have hint in their before_send block. We should pass hint to the async block as well so those users can take advantage of the event hint too.
However, adding a new argument will break apps that use lambda for the async option.
Currently, the SDK only passes
eventto theasyncblock. So users who useasyncwill not havehintin theirbefore_sendblock. We should passhintto theasyncblock as well so those users can take advantage of the event hint too.However, adding a new argument will break apps that use lambda for the
asyncoption.