brows3r — TypeScript API
    Preparing search index...

    Interface BundleConfig

    Controls which categories of data are included in the bundle.

    Mirrors src-tauri/src/diagnostics/bundle.rs BundleConfig. All fields default to true on the Rust side.

    interface BundleConfig {
        includeLogs: boolean;
        includeProfilesMetadata: boolean;
        includeRecentErrors: boolean;
        includeSettings: boolean;
        redactionLevel: RedactionLevel;
    }
    Index

    Properties

    includeLogs: boolean
    includeProfilesMetadata: boolean
    includeRecentErrors: boolean
    includeSettings: boolean
    redactionLevel: RedactionLevel