Sentry Upgrade Migration Detect installed Sentry SDK versions, identify breaking API changes, apply automated codemods, and verify the upgrade succeeds with test events and traces. Current State ! ! ! Overview Sentry SDK upgrades require careful handling of breaking API changes. The v7 to v8 JavaScript migration is the most impactful, removing the Hub pattern, replacing Transaction/Span APIs with , converting class-based integrations to functions, and requiring ESM-first initialization. Python SDK v1 to v2 similarly replaces with . This skill automates version detection, runs the official cod…