Tag embed.resolve start/end with spanKind and record fromCache on resolve
for diagnostics correlation alongside existing embed.gossip spanKind.
Co-authored-by: Cursor <[email protected]>
Tag attachment.stage, attachment.read, and embed.gossip start/end with
spanKind for diagnostics filtering and agentctl correlation.
Co-authored-by: Cursor <[email protected]>
Tag reaction.toggle and reaction.gossip start/end with spanKind for
diagnostics filtering and agentctl correlation.
Co-authored-by: Cursor <[email protected]>
Tag message.edit and message.delete start/end with spanKind for
diagnostics correlation alongside existing message.send metadata.
Co-authored-by: Cursor <[email protected]>
Tag guild.search, guild.search.cache, and guild.search.mesh start/end
with spanKind for diagnostics filtering and agentctl correlation.
Co-authored-by: Cursor <[email protected]>
Attach spanKind on presence.set/custom/activity start metadata and
activityNameLen on presence.activity span end for Phase 518 diagnostics.
Co-authored-by: Cursor <[email protected]>
Attach spanKind on discovery.list, mesh, publish, and join spans so
dev-log filters and diagnostics align with contacts/DM span conventions.
discovery.join now records activeChannelId when a channel is selected.
Co-authored-by: Cursor <[email protected]>
Extend dm.open metadata, add dm.send in DM mode and dm.group.create
span with structured errors; use span.fail on DM open failures.
Co-authored-by: Cursor <[email protected]>
Wrap updateUserPrefs and updateNotificationPrefs with timed spans and
extend guild.update metadata for settings diagnostics.
Co-authored-by: Cursor <[email protected]>
Extend identity.register metadata and add guild.create and invite.join
timed spans with structured end/error fields for diagnostics.
Co-authored-by: Cursor <[email protected]>
Adds richer discovery diagnostics in platform spans: filter query/sort/minMembers,
publish before/after listed transitions, and mesh cached-stats awareness to improve
live triage of discovery behavior in production logs.
Add pcmBytes/peerCountInChannel/wasGossip on soundboard.play;
replacedExisting on upload; hadAttachment on delete.
Co-authored-by: Cursor <[email protected]>
Add peerCountInChannel/displayActive on screen.start; frameBytes and
captureSource on screen.capture; captureSourceWas/hadCaptureLogged on
screen.stop.
Co-authored-by: Cursor <[email protected]>
Add hasDescription on embed.resolve and hasTitle/hasImage/urlHost on
embed.gossip span end for dev-log embed-errors filtering.
Co-authored-by: Cursor <[email protected]>
Add filenameLen on attachment.stage, attachmentId/isImage on attachment.read,
embed.gossip span, and gossipSent on embed.resolve.
Co-authored-by: Cursor <[email protected]>
Track hadMeBefore, added, gossipSent on reaction.toggle; emit
reaction.gossip timing span when fanning out to guild mesh.
Co-authored-by: Cursor <[email protected]>
Add replyToId on send, deltaLength on edit, and hadReactions/reactionCount
on delete before message removal.
Co-authored-by: Cursor <[email protected]>
Emit cache-hit and mesh-merge timing spans with scope and hit counts for
dev-log search-errors filtering and phase499 platform smoke.
Co-authored-by: Cursor <[email protected]>
Rename mark-all logging to inbox.mark-all with remainingUnread; extend
inbox.mark-read and notification.open span metadata for diagnostics.
Co-authored-by: Cursor <[email protected]>
Structured logging for soundboard operations with error anchors for the
soundboard-errors dev-log filter and phase496 metadata smokes.
Co-authored-by: Cursor <[email protected]>
Add screen.capture span on first display frame ingest and extend
screen.start/stop end metadata for diagnostics.
Co-authored-by: Cursor <[email protected]>
Extend stage.join, speaker request/approve/demote spans with peer counts
and role transition metadata for diagnostics.
Co-authored-by: Cursor <[email protected]>
Add peerCount and channelType on voice.join, listenOnlyWas on voice.leave,
and stage/screen span end fields for diagnostics.
Co-authored-by: Cursor <[email protected]>
Add discovery.publish and discovery.mesh timing spans, log cache hits on
discovery.list, and use span.fail for discovery.join failures.
Co-authored-by: Cursor <[email protected]>