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.0.59 Home All releases olderv2.0.58 v2.0.60newer
Claude Code v2.0.59

Analytics Sink Architecture

What: New analytics event buffering and sink attachment system.

Details:

  • Hz0() function at line 2490 attaches analytics sink
  • GA() function at line 2505 for synchronous events
  • eu() function at line 2512 for async events
  • Events buffered in NFA array until sink attached
  • Prevents event loss during initialization

See this entry in the whole of v2.0.59 →