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
Hi. I want to use my custom HTTP client. According to the documentation, it should be done by calling ClientBuilder::setTransportFactory(). But it is not possible at the moment because it's created only on the target's constructor and there is no way to touch it before the Sentry client will be created.
The text was updated successfully, but these errors were encountered:
Hi. I want to use my custom HTTP client. According to the documentation, it should be done by calling
ClientBuilder::setTransportFactory()
. But it is not possible at the moment because it's created only on the target's constructor and there is no way to touch it before the Sentry client will be created.The text was updated successfully, but these errors were encountered: