diff --git a/develop-docs/sdk/event-payloads/breadcrumbs.mdx b/develop-docs/sdk/event-payloads/breadcrumbs.mdx index 884fd0732a3ce..8938cabed1ce2 100644 --- a/develop-docs/sdk/event-payloads/breadcrumbs.mdx +++ b/develop-docs/sdk/event-payloads/breadcrumbs.mdx @@ -91,6 +91,10 @@ Contains a dictionary whose contents depend on the breadcrumb type. Additional p : This defines the severity level of the breadcrumb. Allowed values are, from highest to lowest: `fatal`, `error`, `warning`, `info`, and `debug`. Levels are used in the UI to emphasize and deemphasize the crumb. The default is `info`. +`origin` (optional) + +: A string representing the origin of the breadcrumb. This is typically used to identify the source of the breadcrumb. For example hybrid SDKs can identify native breadcrumbs from JS or Flutter. + `timestamp` (recommended) : A timestamp representing when the breadcrumb occurred. The format is either a string as defined in [RFC 3339](https://tools.ietf.org/html/rfc3339) or a numeric (integer or float) value representing the number of seconds that have elapsed since the [Unixepoch](https://en.wikipedia.org/wiki/Unix_time).