Appsignal.Instrumentation.send_error

You're seeing just the function send_error, go back to Appsignal.Instrumentation module for more information.
Link to this function

send_error(exception, stacktrace)

View Source

Specs

send_error(Exception.t(), Exception.stacktrace()) :: Appsignal.Span.t() | nil

Send an error in a newly created Appsignal.Span.

Link to this function

send_error(exception, stacktrace, fun)

View Source

Specs

Send an error in a newly created Appsignal.Span. Calls the passed function with the created Appsignal.Span before closing it.

Link to this function

send_error(kind, reason, stacktrace, fun)

View Source