Class: Sentry::LogEventBuffer
- Inherits:
-
ThreadedPeriodicWorker
- Object
- ThreadedPeriodicWorker
- Sentry::LogEventBuffer
- Defined in:
- lib/sentry/log_event_buffer.rb
Overview
LogEventBuffer buffers log events and sends them to Sentry in a single envelope.
This is used internally by the ‘Sentry::Client`.
Constant Summary collapse
- FLUSH_INTERVAL =
seconds
5- DEFAULT_MAX_EVENTS =
100