Skip to content

Commit bf9e35f

Browse files
committed
Make opentelemetry libs optional deps
1 parent 4e8e737 commit bf9e35f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mix.exs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,8 +112,8 @@ defmodule Sentry.Mixfile do
112112
{:floki, ">= 0.30.0", only: :test},
113113
{:oban, "~> 2.17 and >= 2.17.6", only: [:test]},
114114
{:quantum, "~> 3.0", only: [:test]},
115-
{:opentelemetry, "~> 1.4"},
116-
{:opentelemetry_api, "~> 1.3"}
115+
{:opentelemetry, "~> 1.4", optional: true},
116+
{:opentelemetry_api, "~> 1.3", optional: true}
117117
]
118118
end
119119

0 commit comments

Comments
 (0)