Class: Sentry::TelemetryEventBuffer
- Inherits:
-
ThreadedPeriodicWorker
- Object
- ThreadedPeriodicWorker
- Sentry::TelemetryEventBuffer
- Defined in:
- lib/sentry/telemetry_event_buffer.rb
Overview
TelemetryEventBuffer is a base class for buffering telemetry events (logs, metrics, etc.) and sending them to Sentry in a single envelope.
This is used internally by the Sentry::Client.
Constant Summary collapse
- FLUSH_INTERVAL =
seconds
5