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

The struct for the message interface.

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

Link to this section Summary

Link to this section Types

@type t() :: %Sentry.Interfaces.Message{
  formatted: String.t(),
  message: String.t(),
  params: [term()]
}