Sentry Web
Use this skill as a basic starting point.
Workflow
- Review the current monitoring and error handling setup.
- Identify where runtime exceptions and context should be captured.
- Keep initialization and environment logic explicit.
- Avoid logging noisy or low-value events.
- 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.