Skip to content

Commit

Permalink
Make opentelemetry libs optional deps
Browse files Browse the repository at this point in the history
  • Loading branch information
solnic committed Dec 9, 2024
1 parent 9f826a7 commit 22b8873
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,8 @@ defmodule Sentry.Mixfile do
{:floki, ">= 0.30.0", only: :test},
{:oban, "~> 2.17 and >= 2.17.6", only: [:test]},
{:quantum, "~> 3.0", only: [:test]},
{:opentelemetry, "~> 1.4"},
{:opentelemetry_api, "~> 1.3"}
{:opentelemetry, "~> 1.4", optional: true},
{:opentelemetry_api, "~> 1.3", optional: true}
]
end

Expand Down

0 comments on commit 22b8873

Please sign in to comment.