(patch)
| 34 | telemetry.track(event, { ...defaults, ...properties }); |
| 35 | }, |
| 36 | withContext(patch) { |
| 37 | return withTelemetryProperties(withTelemetryContext(telemetry, patch), defaults); |
| 38 | }, |
| 39 | setContext(patch) { |
| 40 | telemetry.setContext?.(patch); |
| 41 | }, |
nothing calls this directly
no test coverage detected