We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
OS:
Platform:
SDK:
@sentry/react-native
react-native-sentry
SDK version: multiple So far noticed in events sent from 1.6.x, 1.4.x and 0.42
1.6.x
1.4.x
0.42
react-native version: multiple
react-native
Are you using Expo?
Are you using sentry.io or 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:
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.
The text was updated successfully, but these errors were encountered:
I am also having this problem
Sorry, something went wrong.
Same, no solution yet? This is causing breadcrumbs to appear with random timestamps and its confusing to debug errors because of that.
getsentry/sentry-javascript#2915 This PR fixes this and we are making a new release ASAP.
This is fixed in 1.8.1. https://github.com/getsentry/sentry-react-native/releases/tag/1.8.1
No branches or pull requests
OS:
Platform:
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
and0.42
react-native
version: multipleAre you using Expo?
Are you using sentry.io or 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:
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.
The text was updated successfully, but these errors were encountered: