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

The struct for a single breadcrumb interface.

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

Link to this section Summary

Link to this section Types

@type t() :: %Sentry.Interfaces.Breadcrumb{
  category: String.t(),
  data: term(),
  level: String.t() | nil,
  message: String.t(),
  timestamp: String.t() | number(),
  type: String.t()
}