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

Can't upload extra data 0.9.1 on android #67

Closed
ekeuus opened this issue May 22, 2017 · 4 comments
Closed

Can't upload extra data 0.9.1 on android #67

ekeuus opened this issue May 22, 2017 · 4 comments
Assignees

Comments

@ekeuus
Copy link

ekeuus commented May 22, 2017

I've tried Sentry.setDataCallback and setting the data in the data.extra and data.user.extra. This solution worked with the older version and works with this version on iOS. Neither of the following work.

Sentry.setDataCallback((data) => { const newData = { ...data, extra: {field:true} } return newData })

Sentry.setDataCallback((data) => { const newData = { ...data, user: {...user, field: true} } return newData })

@HazAT
Copy link
Member

HazAT commented Jun 22, 2017

We need this to be merged first to get support for this:
getsentry/sentry-java#336

@HazAT HazAT self-assigned this Jun 22, 2017
@ekeuus
Copy link
Author

ekeuus commented Jun 26, 2017

Should this be fixed now that it is merged in?

@HazAT
Copy link
Member

HazAT commented Jun 26, 2017

Oh, haven't noticed it yet.
Will release an update shortly.

@HazAT HazAT closed this as completed in d0174bd Jun 27, 2017
@HazAT
Copy link
Member

HazAT commented Jun 27, 2017

This has been fixed with 0.13.3

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

2 participants