AmbientContext
class AmbientContext
An immutable snapshot of a ScopeStack: the accumulated scope defaults plus the effective screen / section. Use enrich to apply it to an event's properties.
Properties
Functions
Link copied to clipboard
Returns properties enriched with this context: scope merged underneath (so an explicit property in properties wins over a scope default), then screen / section written on top under those reserved keys (overwriting any same-named entry) — the same precedence the Compose path applies via its scope decorator and withScreenContext.