-
-
Notifications
You must be signed in to change notification settings - Fork 505
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Goodbye faraday 👋 #1678
Goodbye faraday 👋 #1678
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_builder
andhttp_adapter
transport configs.HTTPTransport
with pureNet::HTTP
implementation. (faraday-net_http provided pretty good guidance)faraday
from dependencies.Todo
Test against different versions ofNet::HTTP
to see if the implementation can work from Ruby 2.4~3.1Closes #1663