API Reference PhoenixReplay v#0.2.0

Copy Markdown View Source

Modules

Session recording and replay for Phoenix LiveView.

Renders the original view's template with recorded assigns.

LiveView lifecycle hook that records session state transitions.

A recorded LiveView session.

Provides routing for the PhoenixReplay dashboard.

Filters sensitive data from assigns before recording.

Behaviour for persistent recording storage backends.

Ecto-based storage backend. Stores recordings in a database table.

File-based storage backend. Writes one gzip-compressed file per recording.

Manages active recordings in ETS and delegates persistence to the configured PhoenixReplay.Storage backend.