-
-
Notifications
You must be signed in to change notification settings - Fork 342
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
Context values not getting attached to native crashes #694
Comments
To add to this, |
I'm experiencing the same issue. |
This is also a huge problem for us. We can't track any tag data on native crashes. The data coming from |
Same thing for us. We set the user id on the javascript side like this: Sentry.setUser({ id: AppSettings.deviceLogin }) But there is a difference between native errors / js errors: Both these methods are called after I would expect these values / tags to be configured on the native crash handlers as well. |
Do you experience a missing context problem on iOS only? As far as I see the same issue occurs on Android as well. |
Any update on this? This makes deciphering native crashes really difficult. |
Also wondering; we've held back on updating to |
The context should be unified, the context should also be send to native sdk clearly. +1. |
Same issue here. Would be really helpful to get it fixed. Exceptions on JS side get recorded fine with breadcrumbs and user data, crashes on the native side are missing breadcrumbs as well as user data (for us iOS as well as Android). |
@ajouve I see that in the docs here we have mistakenly put a string as an example. Is there anywhere else that you got the info from so we can go fix the documentation? Thanks! |
OS:
Platform:
SDK:
@sentry/react-native
1.0.6react-native-sentry
react-native
version: 0.61.2Init Code:
I have following issue:
None of the values set on the scope come through on native crashes.
Steps to reproduce:
Add context to scope and trigger a native crash.
Actual result:
None of the scope data is displayed:
[no image of extra data to show here because it doesn't come through]
Expected result:
Scope data is added to event, as it is for JS events:
EDIT: Per @HazAT, this applies to breadcrumbs as well.
The text was updated successfully, but these errors were encountered: