Agent skill

sentry-desktop-setup

Configure Sentry for comprehensive desktop application crash reporting, error monitoring, performance tracking, and release health for Electron and native desktop apps

a5c-ai1,642★ · 1 repos on radarProfile →
claude-codecodexcan modify filesMIT
Install
npx skills add a5c-ai/babysitter --skill sentry-desktop-setup --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 14 KB
Bundled scripts: none
Allowed tools: ReadWriteEditBashGlobGrep
Path: library/specializations/desktop-development/skills/sentry-desktop-setup/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 1,642
Language: JavaScript

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# sentry-desktop-setup Configure Sentry for comprehensive desktop application monitoring including crash reporting, error tracking, performance monitoring, and release health. This skill sets up Sentry SDK integration for Electron and native desktop applications with source maps, session tracking, and custom instrumentation. ## Capabilities - Configure Sentry SDK for Electron (main + renderer processes) - Set up native crash reporting with minidump support - Configure source map uploads for readable stack traces - Implement performance monitoring and tracing - Set up release tracking with commit integration - Configure session tracking for release health - Implement custom error boundaries and handlers - Set up user feedback collection - Configure environment-specific DSNs and sampling ## Input Schema ```json { "type": "object", "properties": { "projectPath": { "type": "string", "description": "Path to the desktop application project" }, "framework": { "enum": ["electron", "tauri", "qt", "wpf", "macos-native"], "default": "electron" }, "sentryConfig": { "type": "object", "properties": { "dsn": { "type": "string", "description": "Sentry DSN (or use env variable)" }, "organization":

What's inside
Steps it walks through
  1. Capabilities
  2. Input Schema
  3. Output Schema
  4. Generated File Structure
  5. Code Templates
  6. Main Process Sentry Configuration
  7. Renderer Process Sentry Configuration
  8. React Error Boundary
  9. User Feedback Collection
  10. Performance Monitoring
  11. Release Script
  12. GitHub Actions Workflow
  13. Environment Variables
  14. Best Practices
Ships with 1 file
  • README.md
More from babysitter
All skills →
About this skill
What does the sentry-desktop-setup skill do?

Configure Sentry for comprehensive desktop application crash reporting, error monitoring, performance tracking, and release health for Electron and native desktop apps

How do I install it?

Run `npx skills add a5c-ai/babysitter --skill sentry-desktop-setup --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From a5c-ai/babysitter, a repository with 1,642 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going