Skip to content

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?) in vite.config.ts
  • inject
  • runtimeControlled
  • dashboardConfig
  • outputMode
  • mode
  • include
  • exclude
  • prefix
  • logExceptions
  • exceptionLogLevel
  • tracerName
  • pragma comments
  • Vite root Flow theme files documented in FlowTracer Theme API

Settings By Concern

Adjacent Docs

Released under the MIT License.