Appsignal.Span.set_sample_data
You're seeing just the function
set_sample_data
, go back to Appsignal.Span module for more information.
Specs
Sets sample data for an Appsignal.Span
.
Example
Appsignal.Tracer.root_span()
|> Appsignal.Span.set_sample_data("environment", %{"method" => "GET"})