@duckduckgo/content-scope-scripts
    Preparing search index...

    Interface ExceptionMetric

    interface ExceptionMetric {
        metricName: "exception";
        params: { kind?: string; message: string };
    }
    Index

    Properties

    Properties

    metricName: "exception"
    params: { kind?: string; message: string }