sentry-desktop-setup

Solid

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

AI & Automation 814 stars 53 forks Updated today MIT

Install

View on GitHub

Quality Score: 95/100

Stars 20%
97
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# 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": { "type": "string" }, "project": { "type": "string" }, "environment": { "type": "string", "default": "production" } }, "required": ["organization", "project"] }, "features": { "...

Details

Author
a5c-ai
Repository
a5c-ai/babysitter
Created
4 months ago
Last Updated
today
Language
JavaScript
License
MIT

Integrates with

Related Skills