Back to list
jeremylongshore

sentry-upgrade-migration

by jeremylongshore

Hundreds of Claude Code plugins with embedded AI skills. Learn via interactive Jupyter tutorials.

1,042🍴 135📅 Jan 23, 2026

SKILL.md


name: sentry-upgrade-migration description: | Execute upgrade Sentry SDK and migrate between versions. Use when upgrading Sentry SDK, handling breaking changes, or migrating from legacy versions. Trigger with phrases like "upgrade sentry", "sentry migration", "update sentry sdk", "sentry breaking changes". allowed-tools: Read, Write, Edit, Bash(npm:*), Grep version: 1.0.0 license: MIT author: Jeremy Longshore jeremy@intentsolutions.io

Sentry Upgrade Migration

Prerequisites

  • Current Sentry SDK version identified
  • Target version changelog reviewed
  • Non-production environment for testing
  • Test suite for error capture and performance monitoring

Instructions

  1. Check current SDK version with npm list or pip show
  2. Review release notes and changelog for target version
  3. Back up current Sentry configuration file
  4. Update package to target version in non-production first
  5. Run tests to identify breaking changes
  6. Update deprecated APIs following migration guide patterns
  7. Verify error capture works with test error
  8. Verify performance monitoring works with test transaction
  9. Deploy to staging and monitor for issues
  10. Deploy to production after staging validation

Output

  • SDK upgraded to target version
  • Breaking changes resolved
  • Code updated for new APIs
  • Error capture verified working

Error Handling

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

Examples

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

Resources

Score

Total Score

85/100

Based on repository quality metrics

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

+10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 1000以上

+15
最近の活動

1ヶ月以内に更新

+10
フォーク

10回以上フォークされている

+5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

+5

Reviews

💬

Reviews coming soon