tools-unity-sentry

Instrument Unity games with Sentry to capture crashes, transactions, and breadcrumbs.

6|1|Updated Feb 6, 2026
One-click install
npx skills add https://github.com/tjboudreaux/cc-plugin-unity-gamedev --skill tools-unity-sentry
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: tools-unity-sentry
Source: https://github.com/tjboudreaux/cc-plugin-unity-gamedev/tree/main/skills/tools-unity-sentry
Command: npx skills add https://github.com/tjboudreaux/cc-plugin-unity-gamedev --skill tools-unity-sentry

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill provides integrated error tracking and performance monitoring for Unity games, enabling developers to capture crashes, transactions, and contextual data with a minimal setup.

Core Features & Use Cases

  • Instrument Unity applications with Sentry to automatically capture errors, performance traces, breadcrumbs, and user context.
  • Use cases include monitoring mobile builds, desktop games, and networked experiences to diagnose crashes, latency, and frame rendering issues.
  • Real-world example: attach a DSN and environment to tag releases and gather end-to-end telemetry across gameplay sessions.

Quick Start

Configure Sentry in your Unity project to capture errors, performance traces, and custom breadcrumbs with minimal boilerplate.

Frequently Asked Questions about tools-unity-sentry

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

FAQPage Schema
How do I set up Sentry error tracking and performance monitoring in a Unity game?▼

Sentry error tracking in Unity requires attaching a DSN and environment to your project, which instruments crashes, transactions, and breadcrumbs across gameplay loops with minimal boilerplate.

Can I use Sentry instrumentation for Unity builds on mobile, PC, and console platforms?▼

Yes, Sentry instrumentation applies during mobile, PC, and console builds to capture end-to-end telemetry and diagnose crashes, latency, and frame rendering issues across gameplay sessions.

Does Unity Sentry error tracking support customizing scopes and before-send callbacks?▼

Unity Sentry error tracking supports customizing scopes, before-send callbacks, and transaction spans, allowing developers to filter events and attach contextual data before routing them.

What do I need to route Sentry events from a Unity application?▼

To route Sentry events from Unity, you need the Sentry Unity SDK and a configured DSN to send crashes, performance traces, and custom breadcrumbs to your dashboard.

How do breadcrumbs help diagnose crashes and latency in Unity games?▼

Breadcrumbs capture contextual data and user actions leading up to crashes or latency issues in Unity games, providing a trace of gameplay sessions to help diagnose performance problems.

What is the best way to monitor Unity gameplay sessions for frame rendering issues?▼

Monitoring Unity gameplay sessions for frame rendering issues involves instrumenting transactions and performance traces with Sentry to gather telemetry and diagnose latency across gameplay loops.