FlowTracer Vite Plugin Settings
Package: @autotracer/plugin-vite-flow · Layer: Build · Type: Overview
Use these pages for the exact behavior of the options passed to flowTracer() in vite.config.ts.
This layer controls which functions are instrumented, whether tracing starts dormant or active, whether the dashboard mounts automatically, the initial output format, and Vite root theme file loading. It does not replace the runtime APIs provided by @autotracer/flow.
Public Surface
@autotracer/plugin-vite-flow exposes these public build-time surfaces:
flowTracer(options?)invite.config.tsinjectruntimeControlleddashboardConfigoutputModemodeincludeexcludeprefixlogExceptionsexceptionLogLeveltracerName- pragma comments
- Vite root Flow theme files documented in FlowTracer Theme API
Settings By Concern
- Startup and browser control:
inject,runtimeControlled,dashboardConfig, andoutputMode - Eligibility and labeling:
mode, pragma comments,include,exclude, andprefix - Logging and naming:
logExceptions,exceptionLogLevel, andtracerName
Adjacent Docs
- @autotracer/plugin-vite-flow for package usage, examples, and the full option surface
- FlowTracer Installation - Vite for the recommended Vite entry path
- FlowTracer Options for broader runtime configuration guidance
- @autotracer/flow for runtime APIs and browser control behavior
- FlowTracer Theme API and FlowTracer Example Themes for Vite root theme files