New Relixir v0.5.0 NewRelixir.Transaction View Source
Records information about an instrumented web transaction.
Link to this section Summary
Functions
Records a database query made in a web transaction
Send an error to New Relic
Records an external HTTP call made in a web transaction
Records the total time of a web transaction
Link to this section Functions
Records a database query made in a web transaction.
Link to this function
record_error(transaction, arg)
View Source
record_error( transaction :: binary(), error :: {binary(), binary() | Exception.t()} ) :: :ok
Send an error to New Relic
Records an external HTTP call made in a web transaction.
Records the total time of a web transaction.