Type alias HttpBreadcrumb
HttpBreadcrumb: ImplementsCrumb<{ class: "http"; data?: { method?: string; statusCode: number; statusText: string; url?: string; }; level: "error" | "info"; timestamp: number; type: "xhr" | "fetch"; }>
Type declaration
-
class: "http"
-
Optional
data?: {
method?: string;
statusCode: number;
statusText: string;
url?: string;
}
-
Optional
method?: string
-
statusCode: number
-
statusText: string
-
Optional
url?: string
-
level: "error" | "info"
-
timestamp: number
-
type: "xhr" | "fetch"
Type for HTTP breadcrumbs.