| 30 | const DEFAULT_FLUSH_THRESHOLD = 50; |
| 31 | |
| 32 | export class EventSink { |
| 33 | private readonly transport: TelemetryTransport; |
| 34 | private readonly context: TelemetryContext; |
| 35 | private readonly flushIntervalMs: number; |
nothing calls this directly
no outgoing calls
no test coverage detected