Class: Sentry::TelemetryEventBuffer

Inherits:
ThreadedPeriodicWorker show all
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

Method Summary

Methods inherited from ThreadedPeriodicWorker

#ensure_thread, #kill