Skip to content

Commit

Permalink
fix function head
Browse files Browse the repository at this point in the history
  • Loading branch information
btkostner authored Sep 28, 2022
1 parent 8731dd3 commit d165c86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/logger_json/formatters/datadog_logger.ex
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ defmodule LoggerJSON.Formatters.DatadogLogger do
def convert_otel_field(value) do
len = byte_size(value) - 16
<<_front::binary-size(len), value::binary>> = value
convert(value)
convert_otel_field(value)
rescue
_ -> ""
end
Expand Down

0 comments on commit d165c86

Please sign in to comment.