Skip to content

Replay associated error timestamp #71890

Open
@vaind

Description

@vaind

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):
image

Product Area

Unknown

Link

https://sentry-sdks.sentry.io/replays/7eaabdb7c8374de292e9dbb841d9b777/?project=5428561&query=&referrer=%2Freplays%2F&statsPeriod=24h&t_main=breadcrumbs&yAxis=count%28%29

DSN

No response

Version

No response

Metadata

Metadata

Assignees

Projects

Status

No status

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions