Skip to main content
All PandaProbe SDK behavior can be configured via environment variables. These are read at client initialization time.

Setting environment variables

The SDK reads environment variables via os.environ.get() at initialization time. Changes to environment variables after the client is created have no effect. Use pandaprobe.init() to reconfigure.

Boolean parsing

Boolean environment variables (PANDAPROBE_ENABLED, PANDAPROBE_DEBUG) accept true, 1, or yes (case-insensitive) as truthy. All other values are treated as falsy.