What problem does it solve?
This Skill automates the complex, error-prone process of upgrading Sentry JavaScript SDKs across major versions, ensuring your error tracking remains functional while adopting the latest performance and stability improvements.
Core Features & Use Cases
- Automated Migration Path: Identifies current SDK versions and calculates the necessary steps for single or multi-hop migrations (e.g., v7 to v9).
- Codebase Analysis: Scans your project for deprecated Sentry APIs, removed packages, and framework-specific configuration patterns.
- Use Case: When your team needs to move from Sentry v7 to v9, this Skill identifies all deprecated imports, suggests the new OpenTelemetry-based span APIs, and validates the final build to ensure no monitoring gaps.
Quick Start
Invoke the sentry-sdk-upgrade skill to analyze your current project dependencies and begin the migration process to the latest major version.