View Source PhoenixProfiler.Dashboard (phoenix_profiler v0.1.0)
LiveDashboard
integration for PhoenixProfiler.
To use the profiler dashboard, add it to the
:additional_pages
of your
live_dashboard
:
live_dashboard "/dashboard",
additional_pages: [
_profiler: {PhoenixProfiler.Dashboard, []}
# additional pages...
]