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

The struct for the stacktrace interface.

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

Link to this section Summary

Link to this section Types

@type t() :: %Sentry.Interfaces.Stacktrace{
  frames: [Sentry.Interfaces.Stacktrace.Frame.t()]
}