featherbit UI
    Preparing search index...

    Interface DebugConfig

    Effective debug settings, from GET /api/debug/config.

    This endpoint answers even when debug mode is off, so the UI can explain why the Debug panel is unavailable instead of failing silently.

    interface DebugConfig {
        capture_bodies: boolean;
        enabled: boolean;
        max_body_bytes: number;
        max_steps: number;
        max_traces: number;
        sandbox: boolean;
        trace_all: boolean;
        traces_stored: number;
        trigger_header: string;
    }
    Index
    capture_bodies: boolean
    enabled: boolean
    max_body_bytes: number
    max_steps: number
    max_traces: number
    sandbox: boolean
    trace_all: boolean
    traces_stored: number
    trigger_header: string