Source Intelligence

DisclaimerUnofficial, and not affiliated with Anthropic. Nearly all of this is read straight out of what ships: npm bundles, captured prompts, published docs. Anthropic's own notes go in verbatim, marked as theirs. The rest is my reading, and every entry carries the strings behind it. If one looks wrong, vote it down and say why.

All of v2.1.27 Home All releases olderv2.1.26 v2.1.28newer
Claude Code v2.1.27

Dependency Cleanup: Sentry and localForage Removed

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.

Evidence

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.

See this entry in the whole of v2.1.27 →