Idea
Bring the same upgrade experience to SDK upgrades: a sentry sdk upgrade command that:
- Detects the installed Sentry SDK in the current project
- Upgrades it to the latest version
- Shows the changelog and notable changes
Originated from team-spec-eng-inner discussion (2026-06-03).
Context
The CLI already has sentry cli upgrade for self-upgrades. The idea is to extend this pattern to SDK packages, giving developers a guided upgrade path with visibility into what changed (breaking changes, new features, deprecations).
Idea
Bring the same upgrade experience to SDK upgrades: a
sentry sdk upgradecommand that:Originated from team-spec-eng-inner discussion (2026-06-03).
Context
The CLI already has
sentry cli upgradefor self-upgrades. The idea is to extend this pattern to SDK packages, giving developers a guided upgrade path with visibility into what changed (breaking changes, new features, deprecations).