We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f85d93d commit 2395fc4Copy full SHA for 2395fc4
mix.exs
@@ -118,6 +118,11 @@ defmodule Sentry.Mixfile do
118
{:floki, ">= 0.30.0", only: :test},
119
{:oban, "~> 2.17 and >= 2.17.6", only: [:test]},
120
{:quantum, "~> 3.0", only: [:test]},
121
+
122
+ # Optional dependencies for Sentry.OpenTelemetry - we allow any version
123
+ # because the actual version requirements are verified via VersionChecker.
124
+ # This is to allow users install `sentry` even when they rely on opentelemetry
125
+ # libs that are too old for Sentry tracing feature.
126
{:opentelemetry, ">= 0.0.0", optional: true},
127
{:opentelemetry_api, ">= 0.0.0", optional: true},
128
{:opentelemetry_exporter, ">= 0.0.0", optional: true},
0 commit comments