Appsignal.Instrumentation.send_error
You're seeing just the function
send_error
, go back to Appsignal.Instrumentation module for more information.
Specs
send_error(Exception.t(), Exception.stacktrace()) :: Appsignal.Span.t() | nil
Send an error in a newly created Appsignal.Span
.
Specs
send_error(Exception.t(), Exception.stacktrace(), function()) :: Appsignal.Span.t() | nil
send_error(Exception.kind(), any(), Exception.stacktrace()) :: Appsignal.Span.t() | nil
Send an error in a newly created Appsignal.Span
. Calls the passed function
with the created Appsignal.Span
before closing it.