Commit 61159ae
Fix Sentry ESM compatibility issue (#192)
Upgraded @sentry/node from 10.5.0 to 10.37.0 and @sentry/cli from 2.43.1 to 3.1.0 to resolve TypeError: util.getSystemErrorMap is not a function.
The issue was caused by Sentry's ESM build containing CommonJS require calls for the util module, which fails in XcodeBuildMCP's pure ESM environment. The latest versions have proper ESM support.
Fixes XCODEBUILD-MCP-13SX
Co-authored-by: Cursor Agent <cursoragent@cursor.com>1 parent 4b0e2c8 commit 61159ae
3 files changed
Lines changed: 333 additions & 337 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| 42 | + | |
42 | 43 | | |
43 | 44 | | |
44 | 45 | | |
| |||
0 commit comments