We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f19b74 commit d69dc0dCopy full SHA for d69dc0d
lib/sentry/finch_client.ex
@@ -6,7 +6,7 @@ defmodule Sentry.FinchClient do
6
7
This client implements the `Sentry.HTTPClient` behaviour.
8
9
- It's based on the [finch](https://github.com/sneako/finch) Erlang HTTP client,
+ It's based on the [Finch](https://github.com/sneako/finch) Elixir HTTP client,
10
which is an *optional dependency* of this library. If you wish to use another
11
HTTP client, you'll have to implement your own `Sentry.HTTPClient`. See the
12
documentation for `Sentry.HTTPClient` for more information.
0 commit comments