What's wrong with this entry?
Two significant third-party dependencies have been removed from the bundle:
- Sentry SDK (v7.120.3): The entire Sentry error tracking infrastructure has been removed. The old version contained 179 references to Sentry including DSN configuration, error capture, transaction tracing, and browser/Node integrations. The new version has zero Sentry code (only a reference in an MCP setup example).
- localForage: The browser-compatible storage library has been completely removed (previously 7 references).
This reduces bundle size and removes third-party error telemetry from the CLI.
Sentry DSN was at "https://[email protected]/..." in v2.1.26, absent in v2.1.27. Search for "sentry" or "localforage" in both versions to confirm removal.
Strings lifted out of the shipped bundle, so the claim above can be checked against them.