Skip to content

Commit 61159ae

Browse files
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

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ For more information see the [CONFIGURATION.md](docs/CONFIGURATION.md) documenta
3939
- Fix xcodemake command argument corruption when project directory path appears as substring in non-path arguments.
4040
- Fix snapshot_ui warning state being isolated per UI automation tool, causing false warnings.
4141
- Fixed screenshot tool capturing rotated images when simulator is in landscape orientation by detecting window dimensions and applying +90° rotation to correct the framebuffer capture. ([`#186`](https://github.com/cameroncooke/XcodeBuildMCP/pull/186) by [`@VincentStark`](https://github.com/VincentStark))
42+
- Fixed Sentry ESM compatibility by upgrading `@sentry/node` from 10.5.0 to 10.37.0 and `@sentry/cli` from 2.43.1 to 3.1.0 (Fixes XCODEBUILD-MCP-13SX)
4243

4344
## [1.14.0] - 2025-09-22
4445
- Add video capture tool for simulators

0 commit comments

Comments
 (0)