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.
Trace context can be picked up from an incoming request
Under the hood
Useful1Signal3
Telemetry
Telemetry spans can now join a trace that was started by whatever called in.
What's wrong with this entry?
Anonymous. No account, no email.
What
New helpers read a W3C traceparent header into a telemetry context and run work inside it, so spans can join a trace started elsewhere. They do nothing when telemetry is off or when no header is present, in which case the work runs as before.
Evidence
traceparent
Strings lifted out of the shipped bundle, so the claim above can be checked against them.