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

Support sending JS error to crash report service #1575

Closed
caisd1998 opened this issue Jan 15, 2020 · 5 comments
Closed

Support sending JS error to crash report service #1575

caisd1998 opened this issue Jan 15, 2020 · 5 comments
Assignees
Labels
diagnostics Related to App Center's Diagnostics service feature request New feature request sdk

Comments

@caisd1998
Copy link

Is your feature request related to a problem? Please describe.
If there's a fatal js error, react native app will crash.
So normally we reset the global handler to avoid crash
ErrorUtils.setGlobalHandler(async (error, isFatal) => { // do something with the error });

Describe the solution you'd like
In the code above, the "do something with the error" part, we would like to send the error (including isFatal information) to appcenter's crash report service, the service should show the error and use the source map to tell us the exact JS lines, so we can know user is having problem and the root cause.

Describe alternatives you've considered
There are no alternatives inside app center itself, except using another RN friendly crash/bug reporting service.

Additional context
None.

@russelarms
Copy link

Hi, @caisd1998, thanks for bringing this to our attention.
We only have a similar API for manual tracking of native exceptions at the moment.
I'll inform our PM about this feature request.

@ahdbilal
Copy link
Contributor

Thanks! This has been added to our feature backlog

@ahdbilal ahdbilal transferred this issue from microsoft/appcenter-sdk-react-native Jan 15, 2020
@ahdbilal ahdbilal added feature request New feature request sdk labels Jan 15, 2020
@dipree dipree added the diagnostics Related to App Center's Diagnostics service label Jan 17, 2020
@winnie
Copy link

winnie commented Jan 17, 2020

Referencing duplicate request #285 and #358 for tracking.

@zoontek
Copy link

zoontek commented Jun 1, 2020

@ahdbilal Any ETA on this? The roadmap is really opaque for users.

@ghost
Copy link

ghost commented Jun 17, 2021

Thank you for the feature request! Currently, we are focusing on improving the reliability and performance of the service and new feature work is significantly reduced. To keep the team focused we are closing feature requests with no activity in the past 180 days. If you believe this is still relevant, feel free to create a new issue and tag this item so that we can review it. Sorry for the inconvenience.

@ghost ghost closed this as completed Jun 17, 2021
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
diagnostics Related to App Center's Diagnostics service feature request New feature request sdk
Projects
None yet
Development

No branches or pull requests

6 participants