TapTelemetryEvents augmentation, which is what
tap.telemetry.event accepts.Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
The telemetry names in the TapTelemetryEvents augmentation, which is what tap.telemetry.event accepts.
type TelemetryEvent = keyof TapTelemetryEvents extends never ? string : Extract<keyof TapTelemetryEvents, string>;
TapTelemetryEvents augmentation, which is what
tap.telemetry.event accepts.Was this page helpful?