Commit e4dcca1
committed
fix(logging): filter FIS_AUTH_ERROR from Bugsnag reports
Firebase Installations Service auth errors are transient and not
actionable from the client. Expand isGmsTransientError() to catch
FIS_AUTH_ERROR and walk the full cause chain so nested IOExceptions
are detected.
Signed-off-by: Brandon McAnsh <git@bmcreations.dev>1 parent d6deda3 commit e4dcca1
1 file changed
Lines changed: 5 additions & 4 deletions
Lines changed: 5 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
83 | | - | |
84 | | - | |
85 | | - | |
86 | | - | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
87 | 88 | | |
88 | 89 | | |
89 | 90 | | |
| |||
0 commit comments