build-sentry-macos-swift
Installation
SKILL.md
Build Sentry Into a macOS / Swift App
Wire Sentry (sentry-cocoa) into a native macOS or Swift app the way a senior engineer
would — explore the repo first, understand what actually works on this platform, then
integrate deeply (crash reporting plus breadcrumbs, tags, scope/context, tracing,
release health, structured logs, and privacy scrubbing). Not a one-line SentrySDK.start
drop-in.
This skill steers the agent through four phases: Explore → Understand & Decide → Integrate → Verify. Do them in order. Each phase routes to a focused reference.
When to use
- "Add Sentry to this Mac app / Swift app", "set up crash reporting", "wire up error monitoring"
- "Integrate Sentry properly / deeply — not just basic errors"
- "Add breadcrumbs / tags / performance tracing / release health / structured logs to Sentry"
- "Audit / harden our Sentry setup" (privacy, dSYM, symbolication, sampling)
- "Symbolicate our macOS crashes" / "upload dSYMs" / "why are stack traces unreadable"