Sentry's protocol now offers a way to report counts and reason to why data gets dropped.
The JavaScript SDK already has support so the challenge here is to include events dropped in the React Native layers with the rest of the SDKs involved (JS and native).
Spec: https://develop.sentry.dev/sdk/client-reports/
This was implemented in other places that can be used as a reference:
This will also be implemented in the following SDKs so collaborating with folks adding support there is ideal
Please close this once done: https://getsentry.atlassian.net/browse/MOBILE-210
Sentry's protocol now offers a way to report counts and reason to why data gets dropped.
The JavaScript SDK already has support so the challenge here is to include events dropped in the React Native layers with the rest of the SDKs involved (JS and native).
Spec: https://develop.sentry.dev/sdk/client-reports/
This was implemented in other places that can be used as a reference:
This will also be implemented in the following SDKs so collaborating with folks adding support there is ideal
Please close this once done: https://getsentry.atlassian.net/browse/MOBILE-210