Class: Sentiero::Web::TrackApp

Inherits:
IngestApp show all
Defined in:
lib/sentiero/web/track_app.rb

Overview

Server-lane ingest for custom events (Sentiero.track). Flat, un-grouped; persisted via Sentiero.store.save_server_event.

Constant Summary collapse

VALID_LEVELS =
%w[debug info warn error].freeze
MAX_NAME_LENGTH =
200
MAX_PAYLOAD_BYTES =
16_384

Method Summary

Methods inherited from IngestApp

#call