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
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ This is the official Sentry SDK for [Sentry].
18
18
19
19
### Install
20
20
21
-
To use Sentry in your project, add it as a dependency in your `mix.exs` file. Sentry does not install a JSON library nor HTTP client by itself. Sentry will default to trying to use [Jason] for JSON serialization and [Hackney] for HTTP requests, but can be configured to use other ones. To use the default ones, do:
21
+
To use Sentry in your project, add it as a dependency in your `mix.exs` file. Sentry does not install a JSON library nor HTTP client by itself. Sentry will default to trying to use [Jason] for JSON serialization and [Finch] for HTTP requests, but can be configured to use other ones. To use the default ones, do:
22
22
23
23
```elixir
24
24
defpdepsdo
@@ -27,7 +27,7 @@ defp deps do
27
27
28
28
{:sentry, "~> 10.0"},
29
29
{:jason, "~> 1.4"},
30
-
{:hackney, "~> 1.19"}
30
+
{:finch, "~> 0.18"}
31
31
]
32
32
end
33
33
```
@@ -149,7 +149,7 @@ Licensed under the MIT license, see [`LICENSE`](./LICENSE).
0 commit comments