(event, properties)
| 31 | ): TelemetryClient { |
| 32 | return { |
| 33 | track(event, properties) { |
| 34 | telemetry.track(event, { ...defaults, ...properties }); |
| 35 | }, |
| 36 | withContext(patch) { |
| 37 | return withTelemetryProperties(withTelemetryContext(telemetry, patch), defaults); |
| 38 | }, |
no test coverage detected