Type Alias sentry::CustomTransactionContext
source · 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§
struct CustomTransactionContext { /* private fields */ }