Open
Bug 1869319
Opened 2 years ago
Updated 2 years ago
Update Fxa Error handling
Categories
(Firefox for Android :: Accounts and Sync, enhancement)
Tracking
()
NEW
People
(Reporter: bdk, Unassigned)
References
Details
There's been a few crashers in recent releases when application-services added a new FxA exception:
- https://bugzilla.mozilla.org/show_bug.cgi?id=1865792
- https://bugzilla.mozilla.org/show_bug.cgi?id=1866799
- https://bugzilla.mozilla.org/show_bug.cgi?id=1869134
Fxa errors are usually handled by handleFxaExceptions, which uses shouldPropagate to determine its behavior and shouldPropagate defaults to re-throwing the exceptions.
| Reporter | ||
Comment 1•2 years ago
|
||
My feeling is that shouldPropagate() should default to not throwing the exceptions. Maybe it should report an error to Sentry instead. I don't know much about the original intent of that code though.
Updated•2 years ago
|
Severity: -- → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•