HoneylixirTracing.add_field_data

You're seeing just the function add_field_data, go back to HoneylixirTracing module for more information.

Specs

add_field_data(Honeylixir.Event.fields_map()) :: :ok | nil

Adds field data to the current span.

This function does nothing if there is no currently active span. Any duplicate field names will have their contents replaced. Returns an :ok if a span was updated successfully, nil otherwise.