Add `breadrumb.origin`
Description
Description
Add new runtime property to SentryBreadcrumb called origin, this can be used to identify source of the breadcrumb.
For example hybrid SDKs can identify native breadcrumbs from JS or Flutter.
### Required for
- [ ] https://github.com/getsentry/sentry-capacitor/pull/629
- [ ] https://github.com/getsentry/sentry-react-native/issues/2146
Related issues
- https://github.com/getsentry/sentry-java/issues/3470
@lucas-zimerman When you open a PR , you can link this issue.
Please update the develop docs before closing this issue.
Hey @philipphofmann 👋 thank you for the heads up 🙇 Since the new field is private for internal use my understanding is that we don't need to add it in the developer docs. Let me know if this is not the case 🙏
@antonis, it's still part of the protocol. The developer docs are for SDK maintainers. You don't have to do that, but either @krystofwoldrich, who opened the issue, or one of the Sentry folks should do it.
Makes sense. Thank you for the feedback Philipp 🙇 I'm reopening the issue till this is tackled.
Opened a PR updating the documentation that would close this issue https://github.com/getsentry/sentry-docs/pull/11449