Commit 12f0855
committed
fix(bugsnag): filter handled gRPC INTERNAL errors from reporting
INTERNAL is a server-side gRPC status and not actionable from the
client. Drop handled occurrences in the Bugsnag OnErrorCallback so
unhandled crashes still surface real bugs.1 parent 7c29e9a commit 12f0855
1 file changed
Lines changed: 5 additions & 4 deletions
File tree
- apps/flipcash/app/src/main/kotlin/com/flipcash/app/internal/debug
Lines changed: 5 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
16 | 20 | | |
17 | 21 | | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | 22 | | |
22 | 23 | | |
0 commit comments