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

Properties

Properties

operationName?: string

Custom operation name