sentry-desktop-setup
Configure Sentry for comprehensive desktop application crash reporting, error monitoring, performance tracking, and release health for Electron and native desktop apps
Profile →npx skills add a5c-ai/babysitter --skill sentry-desktop-setup --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# 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":
- Capabilities
- Input Schema
- Output Schema
- Generated File Structure
- Code Templates
- Main Process Sentry Configuration
- Renderer Process Sentry Configuration
- React Error Boundary
- User Feedback Collection
- Performance Monitoring
- Release Script
- GitHub Actions Workflow
- Environment Variables
- Best Practices
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.