Description
It can happen that there were ANRs prior to the Sentry.init call, which means we wouldn't be able to enrich them as we haven't persisted any information yet. We should fallback to something meaningful, e.g:
- check if the app has been updated in the meantime, and if not just enrich with the current values
- otherwise ...?
Description
It can happen that there were ANRs prior to the Sentry.init call, which means we wouldn't be able to enrich them as we haven't persisted any information yet. We should fallback to something meaningful, e.g: