ConditionalExporter.php
Classes
- ConditionalExporter
- Gates a wrapped exporter behind a runtime flag. When disabled, batches are dropped without reaching the wrapped exporter, while callers still observe a successful export. Enables toggling export on or off via configuration (including environment variables) without rewiring the container.