File contents Error Tracking
Table of Contents
Overview
Set up comprehensive error tracking with Sentry to automatically capture, report, and analyze exceptions, performance issues, and application stability.
When to Use
Production error monitoring
Automatic exception capture
Release tracking
Performance issue detection
User impact analysis
Quick Start
Minimal working example:
npm install -g @sentry/cli
npm install @sentry/node @sentry/tracing
sentry init -d
Reference Guides
Detailed implementations in the references/ directory:
Guide
Contents
Sentry Setup
Sentry Setup, Node.js Sentry Integration
Express Middleware Integration
Express Middleware Integration
Python Sentry Integration
Python Sentry Integration
Source Maps and Release Management
Source Maps and Release Management, CI/CD Release Creation
Custom Error Context
Custom Error Context
Performance Monitoring
Performance Monitoring
Best Practices
✅ DO
Set up source maps for production
Configure appropriate sample rates
Track releases and deployments
Filter sensitive information
Add meaningful context to errors
Use breadcrumbs for debugging
Set user information
Review error patterns regularly
❌ DON'T
Send 100% of errors in production
Include passwords in context
Ignore configuration for environment
Skip source map uploads
Log personally identifiable information
Use without proper filtering
Disable tracking in production
Converted and distributed by TomeVault — claim your Tome and manage your conversions.
1 --- 2 name: aj-geddes-useful-ai-prompts-error-tracking 3 description: Error Tracking 4 --- 5 6 # Error Tracking 7 8 ## Table of Contents 9 10 - [Overview](#overview) 11 - [When to Use](#when-to-use) 12 - [Quick Start](#quick-start) 13 - [Reference Guides](#reference-guides) 14 - [Best Practices](#best-practices) 15 16 ## Overview 17 18 Set up comprehensive error tracking with Sentry to automatically capture, report, and analyze exceptions, performance issues, and application stability. 19 20 ## When to Use 21 22 - Production error monitoring 23 - Automatic exception capture 24 - Release tracking 25 - Performance issue detection 26 - User impact analysis 27 28 ## Quick Start 29 30 Minimal working example: 31 32 ```bash 33 npm install -g @sentry/cli 34 npm install @sentry/node @sentry/tracing 35 sentry init -d 36 ``` 37 38 ## Reference Guides 39 40 Detailed implementations in the `references/` directory: 41 42 | Guide | Contents | 43 |---|---| 44 | [Sentry Setup](references/sentry-setup.md) | Sentry Setup, Node.js Sentry Integration | 45 | [Express Middleware Integration](references/express-middleware-integration.md) | Express Middleware Integration | 46 | [Python Sentry Integration](references/python-sentry-integration.md) | Python Sentry Integration | 47 | [Source Maps and Release Management](references/source-maps-and-release-management.md) | Source Maps and Release Management, CI/CD Release Creation | 48 | [Custom Error Context](references/custom-error-context.md) | Custom Error Context | 49 | [Performance Monitoring](references/performance-monitoring.md) | Performance Monitoring | 50 51 ## Best Practices 52 53 ### ✅ DO 54 55 - Set up source maps for production 56 - Configure appropriate sample rates 57 - Track releases and deployments 58 - Filter sensitive information 59 - Add meaningful context to errors 60 - Use breadcrumbs for debugging 61 - Set user information 62 - Review error patterns regularly 63 64 ### ❌ DON'T 65 66 - Send 100% of errors in production 67 - Include passwords in context 68 - Ignore configuration for environment 69 - Skip source map uploads 70 - Log personally identifiable information 71 - Use without proper filtering 72 - Disable tracking in production 73 74 --- 75 > Converted and distributed by [TomeVault](https://tomevault.io/claim/aj-geddes) — claim your Tome and manage your conversions. 76 <!-- tomevault:4.0:skill_md:2026-04-11 -->
tomevault-io/skills-registry/tree/main/aj-geddes--useful-ai-prompts--error-tracking commit 4dfeae3fea
Frequently asked questions How do I install the Aj Geddes Useful AI Prompts Error Tracking skill? Run npx skillmds@latest add tomevault-io/aj-geddes-useful-ai-prompts-error-tracking in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
What does the Aj Geddes Useful AI Prompts Error Tracking skill do? Error Tracking It is listed under Coding & Dev Tools on SkillMD.
Is Aj Geddes Useful AI Prompts Error Tracking safe to use? This skill has not completed SkillMD's automated safety review yet. Independent scanners report: SkillSpector: PASS, Skill Scanner: PASS. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
Which AI agents work with Aj Geddes Useful AI Prompts Error Tracking? This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Is Aj Geddes Useful AI Prompts Error Tracking free to use? Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
Who published Aj Geddes Useful AI Prompts Error Tracking? tomevault-io (@tomevault-io) published this skill. Their other Agent Skills are listed on their SkillMD profile.