-
-
Notifications
You must be signed in to change notification settings - Fork 206
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use sent_at
instead of sentry_timestamp
to reduce clock skew
#1690
Conversation
does it need to also be deserialized and exposed as a member? |
What happens when caching is enabled? Does |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@jan-auer is this field new? Should we add this everywhere we have disk caching? I believe we don't have this on Java and cocoa either.
@mattjohnsonpint @bruno-garcia review please |
Sorry, but I still have doubts about this. If we are adding it, it should be as late as possible, but we already have that on the headers. See discussion on #1687. Thanks. |
@mattjohnsonpint yep i took that discussion into account. but on re-evaluating the code, this PR will result in the sent_at being added at the point EnvelopeHttpContent does |
Turned into draft |
Investigation results:
|
sent_at
instead of sentry_timestamp
to reduce clock skew
FYI, |
* add mock clock * Update MockClock.cs
fixes #1687