pub type CustomTransactionContext = Map<String, Value>;Expand description
Arbitrary data passed by the caller, when starting a transaction.
May be inspected by the user in the traces_sampler callback, if set.
Represents arbitrary JSON data, the top level of which must be a map.
Aliased Typeยง
pub struct CustomTransactionContext { /* private fields */ }