Timber v3.1.2 Timber.Events.ErrorEvent View Source

DEPRECATED

#{@deprecated_message}

Link to this section Summary

Link to this section Types

Link to this type

backtrace_entry() View Source
backtrace_entry() :: %{
  app_name: String.t() | nil,
  function: String.t(),
  file: String.t() | nil,
  line: non_neg_integer() | nil
}

Link to this type

stacktrace_entry() View Source
stacktrace_entry() ::
  {module(), atom(), arity(),
   [file: IO.chardata(), line: non_neg_integer()] | []}

Link to this type

t() View Source
t() :: %Timber.Events.ErrorEvent{
  backtrace: [backtrace_entry()] | nil,
  message: String.t() | nil,
  metadata_json: binary() | nil,
  name: String.t()
}