ScoutApm.Internal.Context (scout_apm v2.0.0)
Copy MarkdownInternal representation of a Context. As a user of ScoutApm, you likely will not need this module
Summary
Types
@type context_types() :: :user | :extra
@type t() :: %ScoutApm.Internal.Context{ key: String.t(), type: context_types(), value: number() | boolean() | String.t() }