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