Sentry-SDK
view release on metacpan or search on metacpan
docs/schema.ts view on Meta::CPAN
*/
timestamp?: Timestamp | null
/**
* The type of the breadcrumb. _Optional_, defaults to `default`.
*
* - `default`: Describes a generic breadcrumb. This is typically a log message or
* user-generated breadcrumb. The `data` field is entirely undefined and as such, completely
* rendered as a key/value table.
*
* - `navigation`: Describes a navigation breadcrumb. A navigation event can be a URL change
* in a web application, or a UI transition in a mobile or desktop application, etc.
*
* Such a breadcrumb's `data` object has the required fields `from` and `to`, which
* represent an application route/url each.
*
* - `http`: Describes an HTTP request breadcrumb. This represents an HTTP request transmitted
* from your application. This could be an AJAX request from a web application, or a
* server-to-server HTTP request to an API service provider, etc.
*
* Such a breadcrumb's `data` property has the fields `url`, `method`, `status_code`
* (integer) and `reason` (string).
( run in 0.328 second using v1.01-cache-2.11-cpan-299005ec8e3 )