scout_apm v0.3.1 ScoutApm.Internal.Context

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

Summary

Types

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

Functions

new(type, key, value)