Skip to content

Commit

Permalink
Merge pull request #306 from ckampfe/remove-poison-from-apps-list
Browse files Browse the repository at this point in the history
remove poison from applications list
  • Loading branch information
mitchellhenke authored Sep 17, 2018
2 parents 739615a + 913ce38 commit 8405c38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ defmodule Sentry.Mixfile do
def application do
[
mod: {Sentry, []},
applications: [:hackney, :poison, :logger]
applications: [:hackney, :logger]
]
end

Expand Down

0 comments on commit 8405c38

Please sign in to comment.