Issue
I see that my issue has a processing error, and when looking at the details, I see "Clock drift detected in SDK". What does it mean and how can I fix it?
Applies To
- All SaaS Customers
- All SDKs
Resolution
The clock drift warnings are not a major issue, it just means the clock on the device running the app is not in sync with the Sentry server.
This could be a result of the time format you have. We recommend in this case that you utilize sent_at
to resolve this issue as it is used for clock drift correction of the event timestamp. Please note the time zone must be UTC. You can read about this in our Envelopes developer page here.