Commit 6e6d684
committed
chore(cli): temporarily disable Sentry reporting for unclassified errors
Add UNCLASSIFIED code to CliError.Code and use it for catch-all error handlers
in cli.ts, CliContext.ts, and withContext.ts. Generic Error instances that are
not explicitly classified will no longer be reported to Sentry, reducing noise
while we migrate utility packages away from CliError.
Made-with: Cursor1 parent 1ddf93c commit 6e6d684
1 file changed
+5
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
| 15 | + | |
15 | 16 | | |
16 | 17 | | |
17 | 18 | | |
| |||
39 | 40 | | |
40 | 41 | | |
41 | 42 | | |
42 | | - | |
| 43 | + | |
| 44 | + | |
43 | 45 | | |
44 | 46 | | |
45 | 47 | | |
| |||
54 | 56 | | |
55 | 57 | | |
56 | 58 | | |
57 | | - | |
| 59 | + | |
58 | 60 | | |
59 | 61 | | |
60 | 62 | | |
| |||
0 commit comments