Skip to content

Commit 57cf8b5

Browse files
committed
update readme
1 parent f517862 commit 57cf8b5

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,11 @@ To use Sentry with your projects, edit your mix.exs file and add it as a depende
2020
defp deps do
2121
[
2222
# ...
23-
{:sentry, "8.0.0-rc.2"},
23+
{:sentry, "8.0.0"},
2424
{:jason, "~> 1.1"},
25-
{:hackney, "~> 1.8"}
25+
{:hackney, "~> 1.8"},
26+
# if you are using plug_cowboy
27+
{:plug_cowboy, "~> 2.3"},
2628
]
2729
end
2830
```

0 commit comments

Comments
 (0)