# PhoenixReplay v0.2.0 - Table of Contents

> Session recording and replay for Phoenix LiveView

## Modules

- [PhoenixReplay](PhoenixReplay.md): Session recording and replay for Phoenix LiveView.
- [PhoenixReplay.Live.Frame](PhoenixReplay.Live.Frame.md): Renders the original view's template with recorded assigns.
- [PhoenixReplay.Recorder](PhoenixReplay.Recorder.md): LiveView lifecycle hook that records session state transitions.
- [PhoenixReplay.Recording](PhoenixReplay.Recording.md): A recorded LiveView session.
- [PhoenixReplay.Router](PhoenixReplay.Router.md): Provides routing for the PhoenixReplay dashboard.
- [PhoenixReplay.Sanitizer](PhoenixReplay.Sanitizer.md): Filters sensitive data from assigns before recording.
- [PhoenixReplay.Storage](PhoenixReplay.Storage.md): Behaviour for persistent recording storage backends.
- [PhoenixReplay.Storage.Ecto](PhoenixReplay.Storage.Ecto.md): Ecto-based storage backend. Stores recordings in a database table.
- [PhoenixReplay.Storage.File](PhoenixReplay.Storage.File.md): File-based storage backend. Writes one gzip-compressed file per recording.
- [PhoenixReplay.Store](PhoenixReplay.Store.md): Manages active recordings in ETS and delegates persistence to the
configured `PhoenixReplay.Storage` backend.

