(patch: TelemetryContextIds)
| 13 | } |
| 14 | |
| 15 | export function setTelemetryContext(patch: TelemetryContextIds): void { |
| 16 | setContext(patch); |
| 17 | } |
| 18 | |
| 19 | export function withTelemetryContext(patch: TelemetryContextIds): TelemetryClient { |
| 20 | return withContext(patch); |
nothing calls this directly
no test coverage detected