Class: Sentiero::Web::ErrorsApp

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

Overview

Server-lane ingest for exceptions. Computes the grouping fingerprint server-side, then persists via Sentiero.store.save_occurrence.

Constant Summary collapse

MAX_BACKTRACE_FRAMES =
100
MAX_MESSAGE_LENGTH =
4000
MAX_CONTEXT_BYTES =
16_384

Method Summary

Methods inherited from IngestApp

#call