Timber v3.0.0-alpha.2 Timber.Contexts.SessionContext View Source

The Session context tracks the current session. It it’s a way to track users without the need for authentication.

Note: Timber can automatically add context information about HTTP requests if you use a Plug based framework through the Timber.Integrations.SessionContextPlug.

Link to this section Summary

Link to this section Types

Link to this type t() View Source
t() :: %Timber.Contexts.SessionContext{id: String.t()}