# `Excessibility.TelemetryCapture.Enrichers.State`
[🔗](https://github.com/lessthanseventy/excessibility/blob/v0.18.1/lib/telemetry_capture/enrichers/state.ex#L1)

Enriches timeline events with state structure information.

Tracks:
- Keys present in assigns
- Total key count
- Maximum nesting depth

## Usage

Runs automatically during timeline building. Adds state metadata
to each timeline event.

## Example Output

    %{
      sequence: 3,
      event: "handle_event:filter",
      state_keys: [:user_id, :products, :filters],
      state_key_count: 3,
      state_max_depth: 4
    }

# `enrich`

# `name`

---

*Consult [api-reference.md](api-reference.md) for complete listing*
