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

The struct for the exception interface.

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

Summary

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()
}