Skip to content

FlowTracer Babel Plugin Settings

Package: @autotracer/plugin-babel-flow  ·  Layer: Build  ·  Type: Overview


Use these pages for the exact behavior of the options passed to @autotracer/plugin-babel-flow in your Babel config.

This layer controls which functions are instrumented, how emitted tracing code is named, whether thrown exceptions are logged, and whether a startup output mode is seeded into Flow runtime bootstrap modules. It does not replace the runtime APIs provided by @autotracer/flow.

Public Surface

@autotracer/plugin-babel-flow exposes these public build-time surfaces:

  • default Babel plugin export used as "@autotracer/plugin-babel-flow" in Babel config
  • outputMode
  • logExceptions
  • exceptionLogLevel
  • tracerName
  • include
  • exclude
  • mode
  • prefix
  • pragma comments

Settings By Concern

Adjacent Docs

Released under the MIT License.