Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 580 Bytes

File metadata and controls

20 lines (15 loc) · 580 Bytes

Privacy

XcodeBuildMCP uses Sentry for error monitoring and diagnostics. This helps track crashes and unexpected errors to improve reliability.

What is sent to Sentry

  • Error-level logs and diagnostic information only.
  • Error logs may include error messages, stack traces, and in some cases file paths or project names.

Opting out

To disable error telemetry, set:

"env": {
  "XCODEBUILDMCP_SENTRY_DISABLED": "true"
}

Related docs