Skip to content

Commit 9e50faa

Browse files
committed
Update sentry.install to allow hackney 4
1 parent 8170dc6 commit 9e50faa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/mix/tasks/sentry.install.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ if Code.ensure_loaded?(Igniter) do
4343
def info(_argv, _composing_task) do
4444
%Igniter.Mix.Task.Info{
4545
group: :sentry,
46-
adds_deps: [{:jason, "~> 1.2"}, {:hackney, "~> 1.8"}],
46+
adds_deps: [{:jason, "~> 1.2"}, {:hackney, ">= 1.8.0 and < 5.0.0"}],
4747
example: __MODULE__.Docs.example(),
4848
schema: [dsn: :string],
4949
defaults: [dsn: "<your_dsn>"]

0 commit comments

Comments
 (0)