Class: Sentry::LogEventBuffer

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

Method Summary

Methods inherited from ThreadedPeriodicWorker

#ensure_thread, #kill