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

Add support to update extra parameters of the crash reporter. #7100

Closed
TimvdEijnden opened this issue Sep 5, 2016 · 0 comments
Closed

Add support to update extra parameters of the crash reporter. #7100

TimvdEijnden opened this issue Sep 5, 2016 · 0 comments

Comments

@TimvdEijnden
Copy link

It's not possible to change the extra parameters of the crash reporter. For instance I'd like to add the user_id to the extra parameters but I have to fetch it from a webview first. Then I could add it to the extra parameters of the crash reporter. But I need to the crash reporter to start immediately so I don't miss reports.

I made an attempt, but it is too complicated for me as I don't have C++ experience:
#7072

My suggestion is to add a new method to the crash reporter:

crashReporter.setExtraParameters({
    'extra1': 'extra1',
    'extra2': 'extra2',
    'extra3': 'extra3'
})
@TimvdEijnden TimvdEijnden changed the title Add support up update extra parameters of the crash reporter. Add support to update extra parameters of the crash reporter. Sep 5, 2016
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

5 participants