# 2565 Errors Aeff1882

> Error Handling Reference

- Skill: `tools-only/2565-errors-aeff1882` (Agent Skill, multi-file: 3 files)
- Install (CLI): `npx skillmds@latest add tools-only/2565-errors-aeff1882`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tools-only/2565-errors-aeff1882/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: tools-only (https://skillmd.com/u/tools-only)
- Updated: 2026-09-22
- Page: https://skillmd.com/skills/tools-only/2565-errors-aeff1882

---

# Error Handling Reference

| Error | Cause | Solution |
|-------|-------|----------|
| `Hub not found` | API removed in v8 | Use direct Sentry.* calls instead of Hub |
| `Integration not found` | Import path changed | Check migration guide for new imports |
| `TypeScript errors` | Type definitions changed | Update to latest @types or SDK types |
| `Performance data missing` | Tracing API changed | Update to new integration pattern |
