Member Junction
    Preparing search index...

    Interface TelemetryCustomParams

    Telemetry params for Custom operations. Allows arbitrary key-value pairs for custom tracking.

    interface TelemetryCustomParams {
        operationName?: string;
        [key: string]: unknown;
    }

    Indexable

    • [key: string]: unknown

      Any additional custom data

    Index

    Properties

    Properties

    operationName?: string

    Custom operation name