Skip to content

v0.2.0 — Profiler panel

Choose a tag to compare

@marilenaRM marilenaRM released this 09 Jul 06:52

Added

  • Turbo Toast profiler panel: in debug mode, the Symfony profiler shows every toast emitted during the request, per transport (Turbo Stream / cookie), with queued / transported / discarded counts for the cookie path. Discards on server errors are highlighted in the toolbar. Zero overhead outside kernel.debug — the traceable decorators are only wired there.

Changed

  • ToastRendererInterface and ToastStackInterface extracted — the trait, the subscriber and the container aliases now target the interfaces. If you were autowiring the concrete ToastRenderer / ToastStack classes, switch your type-hints to the interfaces.

Full changelog: v0.1.4...v0.2.0