sentry-cocoa-sdk

Integrate the Sentry SDK for error monitoring and performance tracing in Apple platforms.

Updated Mar 5, 2026
One-click install
npx skills add https://github.com/Himanshu040604/codex-skills-setup --skill sentry-cocoa-sdk-himanshu040604
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sentry-cocoa-sdk
Source: https://github.com/Himanshu040604/codex-skills-setup/tree/main/assets/codex/skills/claude-import/skills/plugins/sentry%40claude-plugins-official/skills/sentry-cocoa-sdk
Command: npx skills add https://github.com/Himanshu040604/codex-skills-setup --skill sentry-cocoa-sdk-himanshu040604

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill simplifies the integration of the Sentry SDK into your Apple applications, enabling comprehensive error monitoring, performance tracing, and crash reporting.

Core Features & Use Cases

  • Error Monitoring: Captures crashes, application hangs, and other errors.
  • Performance Tracing: Instruments app start, network requests, and UI interactions to identify performance bottlenecks.
  • Session Replay: Records user sessions to help debug complex issues.
  • Profiling: Analyzes CPU usage and call stacks to pinpoint performance issues.
  • Use Case: When a user reports a crash in your iOS app, this Skill helps you quickly set up Sentry to capture detailed diagnostic information, including stack traces, device state, and even a session replay of the moments leading up to the crash.

Quick Start

Use the sentry-cocoa-sdk skill to add Sentry error monitoring and performance tracing to your iOS application.

Frequently Asked Questions about sentry-cocoa-sdk

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I set up Sentry crash reporting for an iOS app?

You can set up Sentry crash reporting by integrating the SDK into your iOS app via Swift Package Manager or CocoaPods, then initializing it to capture crashes, app hangs, and detailed diagnostic reports.

Does Sentry SDK work with SwiftUI and macOS applications?

Yes, the Sentry SDK works with SwiftUI and UIKit applications across Apple platforms, providing comprehensive error monitoring and performance tracing for iOS, macOS, tvOS, watchOS, and visionOS.

Can Sentry capture network request tracing and UI performance on Apple platforms?

Sentry captures network request tracing and UI performance on Apple platforms by instrumenting app start times and user interactions to identify performance bottlenecks.

What is Sentry session replay and how does it help debug iOS crashes?

Sentry session replay records user sessions to help debug iOS crashes by recreating the moments leading up to the error, providing visual context beyond standard stack traces.

How do I profile CPU usage and app hangs in an iOS application?

You profile CPU usage and app hangs in an iOS application by configuring the Sentry SDK to analyze CPU call stacks and detect application hangs, pinpointing exact performance issues within your code.