Conversation
|
@sl0thentr0py It seems to work 🎉 |
|
btw, are other transports welcome? We're using httpx for API clients, because it has nice API and HTTP/2 + persistent connections support. It wouldn't hurt to use it for interactions with sentry, curling DSN says that it's HTTP/2. The same question about adding breadcrumbs for it. Sorry for offtopic, dunno where to ask. |
|
@ojab You can always use |
|
You mean as |
|
Oh no I mean you can write your own |
|
Excellent work on the changelog entry, thank you! |
5c18177 to
7eee008
Compare
faraday_builderandhttp_adaptertransport configs.HTTPTransportwith pureNet::HTTPimplementation. (faraday-net_http provided pretty good guidance)faradayfrom dependencies.Todo
Test against different versions ofNet::HTTPto see if the implementation can work from Ruby 2.4~3.1Closes #1663