-
-
Notifications
You must be signed in to change notification settings - Fork 337
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 not being sent #937
Comments
Hi, can you paste a link to the raw json, maybe to somewhere like pastebin? We can't access the link to the issue as we don't have access to your organization. Thanks! |
Hey @jennmueng |
@Legi0n1138 Yes sure, I completely understand. You can send it to jenn@sentry.io |
@jennmueng thank you for understanding! Data sent ✔️ |
@Legi0n1138 Thanks for the data, I looked into it and found out that on Android we don't support custom keys yet. In the meantime, if you update to the latest version we have a workaround where the context are passed as extras instead so at least you get the information, just not formatted as nicely. |
Hey, @jennmueng thank you for the response. Updated to Another thing is: SDK version in JSON output is "1.4.1" (and it was the same way when we were on 1.4.0) |
@Legi0n1138 Hmm as the SDK is showing the wrong version on the JSON output, have you made sure that the SDK on Android was linked and installed correctly? Otherwise, you can look at the And yes, you can set the context in the |
@jennmueng this has been fixed, right? should we close it? |
OS:
Platform:
SDK:
@sentry/react-native
(>= 1.0.0)react-native-sentry
(<= 0.43.2)SDK version: 1.4.0
react-native
version: 0.61.5Are 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:
https://sentry.io/organizations/captainai/issues/1727248936/
Configuration:
(
@sentry/react-native
)I have following issue:
I'm trying to add some custom context to the report. And it's being added to the
event
object, this can be checked by adding logging tobeforeSend
hook:However, the actual context is missing both on the issue page and in the issue json file. The extras, user info, tags, etc are being correctly added.
Actual result:
Issues missing custom context
Expected result:
Issues have custom context
The text was updated successfully, but these errors were encountered: