-
-
Notifications
You must be signed in to change notification settings - Fork 4.4k
Open
Description
Environment
SaaS (https://sentry.io/)
Steps to Reproduce
NA
Expected Result
UI shows the same timestamp as collected by the SDK.
Actual Result
Sentry collects the log's timestamp with millisecond precision, but the stored value is set to nanoseconds:
"name": "sentry.timestamp_nanos",
"type": "str",
"value": "1759221544818000000"
When showing in the UI, this value is converted back to ms, which can lead to different values, in this case 1759221544817.9998
:
Suggested solution is to simply truncate the value in the UI instead of converting it as the last 6 digits will always be 000000
Product Area
Explore
Link
No response
DSN
No response
Version
No response
Metadata
Metadata
Assignees
Projects
Status
Waiting for: Product Owner