scout_apm v0.4.1 ScoutApm.Internal.Context

Internal representation of a Context. As a user of ScoutApm, you likely will not need this module

Link to this section Summary

Link to this section Types

Link to this type context_types()
context_types() :: :user | :extra
Link to this type t()
t() :: %ScoutApm.Internal.Context{key: String.t(), type: context_types(), value: number() | boolean() | String.t()}

Link to this section Functions

Link to this function new(type, key, value)