Skip to content

Commit 8405c38

Browse files
Merge pull request #306 from ckampfe/remove-poison-from-apps-list
remove poison from applications list
2 parents 739615a + 913ce38 commit 8405c38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ defmodule Sentry.Mixfile do
1818
def application do
1919
[
2020
mod: {Sentry, []},
21-
applications: [:hackney, :poison, :logger]
21+
applications: [:hackney, :logger]
2222
]
2323
end
2424

0 commit comments

Comments
 (0)