You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 7, 2026. It is now read-only.
Remove all Sentry dependencies from package.json files. Look at the npm workspace configuration to find packages (subprojects) in this monorepo. Don't touch package-lock.json.
Update all project source code files and remove all references to Sentry. If there is lib/instrument.js file in any of the workspace projects, then remove the file entirely and remove imports of that file from other files.
Remember to look at .github/workflow files, there may be list items '@sentry/' to auto-approve Dependabot updates of Sentry version.
At the end, run npm install to update the package lock file.