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

    Interface WebVitalsCollectorConfig

    Configuration for the Web Vitals collector.

    interface WebVitalsCollectorConfig {
        maxHistory: number;
        reportAllChanges: boolean;
    }
    Index

    Properties

    maxHistory: number

    Maximum number of metric reports to retain.

    reportAllChanges: boolean

    Whether to report metric updates as values change. Defaults to true.