Commit 8e56cde
committed
Fix Sentry ESM compatibility issue
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-13SX1 parent d0a4fff commit 8e56cde
3 files changed
Lines changed: 333 additions & 337 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| 25 | + | |
25 | 26 | | |
26 | 27 | | |
27 | 28 | | |
| |||
0 commit comments