monitor-api - v1.3.0
    Preparing search index...

    Interface NetworkCollectorConfig

    Configuration for the network collector.

    interface NetworkCollectorConfig {
        filter?: (url: string) => boolean;
        maxHistory: number;
    }
    Index

    Properties

    Properties

    filter?: (url: string) => boolean

    Optional predicate used to decide whether a URL should be recorded.

    maxHistory: number

    Maximum number of request entries to retain.