(patch: TelemetryContextPatch)
| 10 | track(event: string, properties?: TelemetryProperties): void; |
| 11 | withContext?(patch: TelemetryContextPatch): TelemetryClient; |
| 12 | setContext?(patch: TelemetryContextPatch): void; |
| 13 | } |
| 14 | |
| 15 | export const noopTelemetryClient: TelemetryClient = { |
no outgoing calls
no test coverage detected