Open
Description
Environment
SaaS (https://sentry.io/)
Steps to Reproduce
I've noticed this when working on RN replay touch breadcrumbs:
When an error is trigerred by a buton press, the error shows up before the actual touch event even though it should be the other way around.
The issue is caused by the error not having an exact sub-second timestmap. However, it seems the timestmap is set correctly (with millisecond precision) when the event is sent from the javascript SDK, but then is trimmed to second-precision.
Expected Result
Breadcrumbs list touch events before the error caused by the touch event.
Actual Result
Example (the last listed touch event is the one that caused the error):
Product Area
Unknown
Link
DSN
No response
Version
No response
Metadata
Metadata
Assignees
Type
Projects
Status
No status