SanitizedRequestData: {
    http.fragment?: string;
    http.method: string;
    http.query?: string;
    url: string;
}

Request data that is considered safe for span.data on http.client spans and for http breadcrumbs See https://develop.sentry.dev/sdk/data-handling/#structuring-data

Type declaration

  • Optional http.fragment?: string
  • http.method: string
  • Optional http.query?: string
  • url: string

Generated using TypeDoc