[][src]Type Definition newrelic_sys::newrelic_txn_t

type newrelic_txn_t = _newrelic_txn_t;

@brief A New Relic transaction. A transaction is started using newrelic_start_web_transaction() or newrelic_start_non_web_transaction(). A started, or active, transaction is stopped using newrelic_end_transaction(). One may modify a transaction by adding custom attributes or recording errors only after it has been started.