We are using sentry from long back for tracking errors for our different projects. But on the Sentry Admin UI recently we are getting a weird error with message Invalid timestamp (in future). To capture errors on our service we are using Flask Python using below snippet,
sentry.captureMessage('<error message goes here>')
But it shows below error on the Sentry Admin UI sometimes, One thing to mention that we're not passing any extra variable with name timestamp
to sentry then why the event tracking timestamp
is different(see attached snapshot), So my question is how to fix this error or how to modify this timestamp
value if it is customizable?
There was 1 error encountered while processing this event
Invalid timestamp (in future)
Name timestamp
Value 2019-11-21T14:28:44Z
Snapshot: