Technical & DevelopmentIntermediate
sentry-sdk-upgrade
Upgrade the Sentry JavaScript SDK across major versions
Developer Setup
Setup & Installation
bash
npx skills add https://github.com/getsentry/sentry-for-ai --skill sentry-sdk-upgradenpx skills add https://github.com/getsentry/sentry-for-ai --skill sentry-sdk-upgradeOr paste this URL into your assistant to install:
Overview
What This Skill Does
Upgrade the Sentry JavaScript SDK across major versions. Use when asked to upgrade Sentry, migrate to a newer version, fix deprecated Sentry APIs, or resolve breaking changes after a Sentry version bump.
Application
When to use this Skill
- Configuring integration settings for custom agent workflows.
- Optimizing query execution and response latency in production.
- Developing clean, standard-compliant implementations for enterprise services.
- Troubleshooting connection timeouts and authentication handshakes.
- Monitoring API rate limits and execution pipelines programmatically.
Documentation
Show Skills.md file
All Skills > Workflow > SDK Upgrade
Sentry JavaScript SDK Upgrade
Upgrade the Sentry JavaScript SDK across major versions with AI-guided migration.
Invoke This Skill When
- User asks to "upgrade Sentry" or "migrate Sentry SDK"
- User mentions deprecated Sentry APIs or breaking changes after a version bump
- User wants to move from v7 to v8, v8 to v9, or any major version jump
- User encounters errors after updating
@sentry/*package versions - User asks about Sentry migration guides or changelogs
Phase 1: Detect
Identify the current Sentry SDK version, target version, and framework.
1.1 Read package.json
cat package.json | grep -E '"@sentry/' | head -20
Extract:
Lines 1 - 25 of 229
Recommendations
Explore other random skills
OfficeAdvanced
cso
Chief Security Officer: OWASP Top 10 + STRIDE threat model with zero false-positive exclusions
EnterpriseAdvanced
ship
Release Engineer: sync main, run tests, audit coverage, push, open PR
TechnicalIntermediate
land-and-deploy
Merge the PR, wait for CI and deploy, verify production health