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

The struct for the request interface.

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

Link to this section Summary

Link to this section Types

@type t() :: %Sentry.Interfaces.Request{
  cookies: String.t() | map() | [{String.t(), String.t()}] | nil,
  data: term(),
  env: map() | nil,
  headers: map() | nil,
  method: String.t() | nil,
  query_string: String.t() | map() | [{String.t(), String.t()}] | nil,
  url: String.t() | nil
}