View Source Sentry.Interfaces.Exception (Sentry v10.5.0)

The struct for the exception interface.

See https://develop.sentry.dev/sdk/event-payloads/exception.

Link to this section Summary

Link to this section Types

@type t() :: %Sentry.Interfaces.Exception{
  mechanism: Sentry.Interfaces.Exception.Mechanism.t() | nil,
  module: String.t() | nil,
  stacktrace: Sentry.Interfaces.Stacktrace.t() | nil,
  type: String.t(),
  value: String.t()
}