Router macro for one-line LiveDashboard setup with TimelessTraces pages.
Usage
defmodule MyAppWeb.Router do
use Phoenix.Router
import TimelessTracesDashboard.Router
scope "/" do
pipe_through :browser
timeless_traces_dashboard "/dashboard"
end
endOptions
:live_dashboard— extra opts merged intolive_dashboardcall
Summary
Functions
Mounts LiveDashboard with the TimelessTraces page.