# Sentry Web

> Basic skill for Sentry error monitoring, frontend exception tracking, and production issue visibility in web applications. Use when Codex needs a basic starting point for this web development area.

- Skill: `shubhashjha/sentry-web` (Agent Skill)
- Install (CLI): `npx skillmds@latest add shubhashjha/sentry-web`
- Raw SKILL.md: https://api.skillmd.com/api/skills/shubhashjha/sentry-web/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Web & Frontend
- Author: shubhashjha (https://skillmd.com/u/shubhashjha)
- Updated: 2026-09-22
- Page: https://skillmd.com/skills/shubhashjha/sentry-web

---


# Sentry Web

Use this skill as a basic starting point.

## Workflow

1. Review the current monitoring and error handling setup.
2. Identify where runtime exceptions and context should be captured.
3. Keep initialization and environment logic explicit.
4. Avoid logging noisy or low-value events.
5. Verify captured errors and source mapping setup where applicable.

## Output

- Produce practical monitoring and error tracking changes.
- Keep observability useful and maintainable.
- Prefer actionable error reporting over excessive noise.

