OptiView Ads SDK
    Preparing search index...

    Interface DiagnosticsConfig

    Structured diagnostics configuration.

    interface DiagnosticsConfig {
        bufferSize?: number;
    }
    Index
    bufferSize?: number

    Maximum records in the ring buffer behind exportDiagnostics(); oldest are evicted first.

    200