Skip to main content

Module feature_flags

Module feature_flags 

Source
Expand description

Feature flag system for toggling capabilities at runtime.

Flags are immutable per-crawl session once set. Supports TOML configuration and programmatic access via SharedFeatureFlags.

Structs§

FeatureFlags
Feature flags for runtime configuration.
SharedFeatureFlags
Shared feature flag state for concurrent access.

Constants§

FLAG_AI_ANALYZERS
Feature flag: Enable AI search optimization analyzers.
FLAG_AUDIT_TRAIL
Feature flag: Enable audit trail logging.
FLAG_BACKLINK_ANALYSIS
Feature flag: Enable backlink analysis.
FLAG_ENCRYPTION_AT_REST
Feature flag: Enable encryption at rest.
FLAG_JS_RENDERING
Feature flag: Enable Playwright JS rendering.
FLAG_OBSERVABILITY
Feature flag: Enable observability stack.
FLAG_RUM_INTEGRATION
Feature flag: Enable RUM (Real User Monitoring) integration.
FLAG_WASM_ANALYZERS
Feature flag: Enable WASM error detection analyzers.