sentry-snapshots-cocoa

Configure Sentry snapshot generation and upload workflows for Apple Cocoa projects.

1|Updated Jun 8, 2026
One-click install
npx skills add https://github.com/getsentry/plugin-cursor --skill sentry-snapshots-cocoa
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sentry-snapshots-cocoa
Source: https://github.com/getsentry/plugin-cursor/tree/main/skills/sentry-snapshots-cocoa
Command: npx skills add https://github.com/getsentry/plugin-cursor --skill sentry-snapshots-cocoa

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill helps Apple developers configure, generate, and upload application snapshots to Sentry without manually coordinating snapshot generators, CI workflows, and upload settings.

Core Features & Use Cases

  • Snapshot Setup Guidance: Configures Sentry Snapshots workflows for Apple/Cocoa projects using SnapshotPreviews or existing snapshot generators.
  • CI Workflow Support: Provides guidance for GitHub Actions setups including single simulator, multi-device fan-out, and swift-snapshot-testing workflows.
  • Use Case: Help a mobile engineering team add visual regression snapshot uploads to Sentry while preserving an existing snapshot testing setup.

Quick Start

Use the sentry-snapshots-cocoa skill to set up Apple snapshot uploads to Sentry for my Cocoa project.

Frequently Asked Questions about sentry-snapshots-cocoa

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

FAQPage Schema
How do I upload Apple snapshot testing images to Sentry for visual regression monitoring?

To upload Apple snapshot testing images to Sentry for visual regression monitoring, configure your snapshot generator output, adapt your CI workflow for artifact collection, and set the Sentry upload configuration to validate and transfer generated image artifacts.

Can I integrate Sentry Snapshots with an existing swift-snapshot-testing setup in my iOS project?

Yes, you can integrate Sentry Snapshots with an existing swift-snapshot-testing setup. The configuration supports preserving your current snapshot generator while adding GitHub Actions automation to upload generated images to Sentry for monitoring.

How do I configure GitHub Actions workflows for multi-device snapshot fan-out to Sentry?

Configuring GitHub Actions workflows for multi-device snapshot fan-out to Sentry involves adapting your CI pipeline to run snapshot generation across target simulators, detecting the output artifacts, and applying the Sentry upload configuration to each batch.

What is needed to set up SnapshotPreviews for a Cocoa project with Sentry monitoring?

Setting up SnapshotPreviews for a Cocoa project with Sentry monitoring requires source detection for your generated snapshots, Sentry upload configuration, and CI workflow adaptation to automate the generation and upload lifecycle.

Does Sentry Snapshots work with single simulator snapshot generation workflows?

Yes, Sentry Snapshots works with single simulator snapshot generation workflows. The setup provides specific CI workflow guidance for single simulator runs, ensuring generated image artifacts are detected and uploaded to Sentry for visual regression tracking.