feat: better ingestion timestamp warning #27122
Open
+8
−1
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
we reject replay messages if the
first_timestamp
is invalidbut in some cases the
last_timestamp
is validwe see this consistently (but at least at a very very low rate). if you have a very short session we might be dropping the only message we see for that session.
i'd like to capture a custom event into the recording instead of totally dropping the payload or we have no way of diagnosing what is happening
i want to capture a little more information since from what i have i can't quite figure out the safe way to capture the event
NB I won't merge this until 6th Jan regardless, since i'm not really working