Lists Glean's debug options.

interface DebugOptions {
    debugViewTag?: string;
    logPings?: boolean;
    sourceTags?: string[];
}

Properties

debugViewTag?: string
logPings?: boolean
sourceTags?: string[]

Generated using TypeDoc