application-services icon indicating copy to clipboard operation
application-services copied to clipboard

Investigate and filter out which errors need to be reported to the crash reporters

Open jonalmeida opened this issue 4 years ago • 1 comments

After landing https://github.com/mozilla-mobile/fenix/pull/20049, we're seeing large upticks of errors reported as infos in our Sentry service.

Some are genuine issues that we need to be acted on by the Nimbus team (https://github.com/mozilla-mobile/fenix/issues/20268, https://github.com/mozilla-mobile/fenix/issues/20269), some are warnings that we have no control over (RequestError, ResponseError, etc.).

Part of this issue should be to investigate which ones are not needed to be reported to the consumer's crash reporter.

Another part is to upstream the fixes from https://github.com/mozilla-mobile/fenix/issues/20267.

Why is this reported here? Unlike other app services components, all dependencies and delegates are forwarded directly through to the Nimbus component in this project. So we have no control to filter this out at the android components layer (e.g. push)

cc: @jhugman

┆Issue is synchronized with this Jira Task ┆Epic: early startup (placeholder bucket) ┆Sprint End Date: 2021-07-23

jonalmeida avatar Jul 12 '21 19:07 jonalmeida

app-services has grown better error-handling and error-reporting capabilities - I'm not sure if they are actually being used by Nimbus, but I'll flag this for them anyway.

mhammond avatar Oct 06 '23 20:10 mhammond

Since we're moving away from tickets here to bugzilla and this one is already on Nimbus's Jira tracker, closing the github ticket

tarikeshaq avatar Apr 05 '24 15:04 tarikeshaq