Function newrelic_sdk::transaction_set_name[][src]

pub fn transaction_set_name(transaction_id: i64, name: &str) -> Result<(), ()>

Set a name for the transaction

Must be called after transaction_begin() and before transaction_end().