Skip to content

Commit

Permalink
Fix compilation warning on Elixir 1.15 (primait#115)
Browse files Browse the repository at this point in the history
  • Loading branch information
jueberschlag authored Aug 7, 2023
1 parent fd7a4d9 commit 320aed6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/instrumentation.ex
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ defmodule OpentelemetryAbsinthe.Instrumentation do
|> Enum.into(%{})

if is_binary(config.span_name) do
Logger.warn("The opentelemetry_absinthe span_name option is deprecated and will be removed in the future")
Logger.warning("The opentelemetry_absinthe span_name option is deprecated and will be removed in the future")
end

:telemetry.attach(
Expand Down

0 comments on commit 320aed6

Please sign in to comment.