View Source ErrorTracker.Occurrence (ErrorTracker v0.3.0)

Schema to store a particular instance of an error in a given time.

It contains all the metadata available about the moment and the environment in which the exception raised.

Summary

Types

@type t() :: %ErrorTracker.Occurrence{
  __meta__: term(),
  context: term(),
  error: term(),
  error_id: term(),
  id: term(),
  inserted_at: term(),
  reason: term(),
  stacktrace: term()
}