Skip to content
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

Events sent from the React Native SDK, regardless of version, are incorrectly timestamped with varying offsets. #1004

Closed
7 of 11 tasks
jennmueng opened this issue Jul 28, 2020 · 4 comments

Comments

@jennmueng
Copy link
Member

jennmueng commented Jul 28, 2020

OS:

  • Windows
  • MacOS
  • Linux

Platform:

  • iOS
  • Android

SDK:

  • @sentry/react-native (>= 1.0.0)
  • react-native-sentry (<= 0.43.2)

SDK version: multiple
So far noticed in events sent from 1.6.x, 1.4.x and 0.42

react-native version: multiple

Are you using Expo?

  • Yes
  • No

Are you using sentry.io or on-premise?

  • sentry.io (SaaS)
  • on-premise

If you are using sentry.io, please post a link to your issue so we can take a look:

[Link to issue]


I have following issue:

Events seem to be incorrectly timestamped with varying degrees of offsets:
Screen Shot 2020-07-27 at 3 47 22 PM
88414755-a650c880-cddd-11ea-8ec8-00a1f212c3ab

This seems to possibly be linked to this issue on the JS SDK that the React Native SDK wraps:
getsentry/sentry-javascript#2590

Mentioned in issues
#994
#951

Steps to reproduce:
Can be seen in a high number of events sent from the SDK lately.

Actual result:

They seem to be timestamped incorrectly.

Expected result:

Events are timestamped correctly to when they happened.

@ryanbabbly
Copy link

I am also having this problem

@StarryFire
Copy link

StarryFire commented Sep 16, 2020

Same, no solution yet? This is causing breadcrumbs to appear with random timestamps and its confusing to debug errors because of that.

@jennmueng
Copy link
Member Author

getsentry/sentry-javascript#2915 This PR fixes this and we are making a new release ASAP.

@jennmueng
Copy link
Member Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants