AppSignal v1.9.3 Appsignal.TransactionBehaviour behaviour View Source
Link to this section Summary
Link to this section Callbacks
Link to this callback
complete()
View Source
complete()
View Source
complete() :: :ok
complete() :: :ok
Link to this callback
complete(arg0)
View Source
complete(arg0)
View Source
complete(Appsignal.Transaction.t() | nil) :: :ok
complete(Appsignal.Transaction.t() | nil) :: :ok
Link to this callback
finish()
View Source
finish()
View Source
finish() :: :sample | :no_sample
finish() :: :sample | :no_sample
Link to this callback
finish(arg0)
View Source
finish(arg0)
View Source
finish(Appsignal.Transaction.t() | nil) :: :sample | :no_sample
finish(Appsignal.Transaction.t() | nil) :: :sample | :no_sample
Link to this callback
finish_event(arg0, arg1, arg2, any, integer)
View Source
finish_event(arg0, arg1, arg2, any, integer)
View Source
finish_event(
Appsignal.Transaction.t() | nil,
String.t(),
String.t(),
any(),
integer()
) :: Appsignal.Transaction.t()
finish_event( Appsignal.Transaction.t() | nil, String.t(), String.t(), any(), integer() ) :: Appsignal.Transaction.t()
Link to this callback
set_action(arg0)
View Source
set_action(arg0)
View Source
set_action(String.t()) :: Appsignal.Transaction.t()
set_action(String.t()) :: Appsignal.Transaction.t()
Link to this callback
set_action(arg0, arg1)
View Source
set_action(arg0, arg1)
View Source
set_action(Appsignal.Transaction.t() | nil, String.t()) ::
Appsignal.Transaction.t()
set_action(Appsignal.Transaction.t() | nil, String.t()) :: Appsignal.Transaction.t()
Link to this callback
set_error(arg0, arg1, arg2, any)
View Source
set_error(arg0, arg1, arg2, any)
View Source
set_error(Appsignal.Transaction.t() | nil, String.t(), String.t(), any()) ::
Appsignal.Transaction.t()
set_error(Appsignal.Transaction.t() | nil, String.t(), String.t(), any()) :: Appsignal.Transaction.t()
Link to this callback
set_request_metadata(arg0, arg1)
View Source
set_request_metadata(arg0, arg1)
View Source
set_request_metadata(Appsignal.Transaction.t() | nil, Plug.Conn.t()) ::
Appsignal.Transaction.t()
set_request_metadata(Appsignal.Transaction.t() | nil, Plug.Conn.t()) :: Appsignal.Transaction.t()
Link to this callback
set_sample_data(arg0, arg1, any)
View Source
set_sample_data(arg0, arg1, any)
View Source
set_sample_data(Appsignal.Transaction.t() | nil, String.t(), any()) ::
Appsignal.Transaction.t()
set_sample_data(Appsignal.Transaction.t() | nil, String.t(), any()) :: Appsignal.Transaction.t()
Link to this callback
start(arg0, atom)
View Source
start(arg0, atom)
View Source
start(String.t(), atom()) :: Appsignal.Transaction.t()
start(String.t(), atom()) :: Appsignal.Transaction.t()
Link to this callback
start_event()
View Source
start_event()
View Source
start_event() :: Appsignal.Transaction.t()
start_event() :: Appsignal.Transaction.t()