sentry-migration-deep-dive

📁 jeremylongshore/claude-code-plugins-plus-skills 📅 4 days ago
4
总安装量
4
周安装量
#54044
全站排名
安装命令
npx skills add https://github.com/jeremylongshore/claude-code-plugins-plus-skills --skill sentry-migration-deep-dive

Agent 安装分布

openclaw 4
antigravity 4
claude-code 4
github-copilot 4
codex 4
kimi-cli 4

Skill 文档

Sentry Migration Deep Dive

Prerequisites

  • Current error tracking tool access
  • Sentry project created
  • API access to old tool (for data export)
  • Parallel run timeline established

Instructions

  1. Complete assessment phase documenting current tool usage
  2. Set up Sentry projects matching existing structure
  3. Install Sentry SDK alongside existing tool for parallel running
  4. Map feature equivalents between old tool and Sentry APIs
  5. Run both tools in parallel for 2-4 weeks
  6. Compare error capture rates and verify parity
  7. Recreate alert rules in Sentry matching old tool
  8. Export historical data from old tool API if needed
  9. Remove old SDK dependencies and configuration
  10. Train team on Sentry dashboard and cancel old subscription

Output

  • SDK migration complete
  • Historical data exported (if needed)
  • Alert rules recreated
  • Team transitioned to Sentry

Error Handling

See {baseDir}/references/errors.md for comprehensive error handling.

Examples

See {baseDir}/references/examples.md for detailed examples.

Resources