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 fd931d3 commit 0bf8334Copy full SHA for 0bf8334
test_integrations/legacy_otel/mix.exs
@@ -23,6 +23,7 @@ defmodule LegacyOtel.MixProject do
23
[
24
{:sentry, path: "../.."},
25
{:hackney, "~> 1.18"},
26
+ {:jason, "~> 1.1", optional: true},
27
{:opentelemetry, "~> 1.3.0"},
28
{:opentelemetry_api, "~> 1.2"},
29
{:opentelemetry_exporter, "~> 1.4.0"},
0 commit comments