Commit 9d61642
authored
fix: reclassify MetaRegistryFailure as unexpected error (#141)
Renames the error thrown when the CDM meta-registry fails to return a
live contract address from BadRegistryLookup to MetaRegistryFailure.
This removes it from the isExpectedCliError allowlist so it registers
as cli.expected=false in Sentry — it is an infra failure, not a user
mistake.1 parent c580e06 commit 9d61642
2 files changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
69 | | - | |
| 69 | + | |
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| |||
0 commit comments