Extend audit.append with auditEntryCount, audit.export with exportLimit and
remainingExportCapacity, and compliance.snapshot with meshPushed and
archiveAppended for dev-log diagnostics.
Co-authored-by: Cursor <[email protected]>
Extend kick.member, timeout.member, and automod.setConfig span ends with
memberCount, activeTimeoutCount, and keywordCount for dev-log diagnostics.
Co-authored-by: Cursor <[email protected]>
Add customRoleCount on role update/delete, channelOverwriteCount on overwrite
upsert, and remainingOverwriteCount on overwrite delete.
Co-authored-by: Cursor <[email protected]>
Add channelCount on create, remainingChannelCount on delete, and
requestedCount/reorderedAll on channel.reorder span ends.
Co-authored-by: Cursor <[email protected]>
Add activeChannelId on guild.invite and invite.revoke span ends; include maxUses on guild.invite completion metadata.
Co-authored-by: Cursor <[email protected]>
Add sticker.stage and sticker.delete spans with spanKind and
activeChannelId; extend sticker.create and sticker.send span ends.
Co-authored-by: Cursor <[email protected]>
Add emoji.stage and emoji.delete spans with spanKind and activeChannelId;
extend emoji.upsert end metadata with emoji.create spanKind.
Co-authored-by: Cursor <[email protected]>
Add spanKind and activeChannelId to bot.install, bot.verify, bot.message,
and bot.token span ends for integrations observability.
Co-authored-by: Cursor <[email protected]>
Add spanKind and activeChannelId to slash.register, slash.delete, and
slash.invoke span ends for integrations observability.
Co-authored-by: Cursor <[email protected]>
Add spanKind and activeChannelId to webhook.create, webhook.delete, and
webhook.execute span ends for integrations observability.
Co-authored-by: Cursor <[email protected]>
Add spanKind and activeChannelId to audit.append, audit.export, and
compliance.snapshot span ends for compliance depth observability.
Co-authored-by: Cursor <[email protected]>
Add spanKind, activeChannelId, and customRoleCount on role.create; spanKind
and activeChannelId on role.update/delete/reorder and permission.overwrite*.
Co-authored-by: Cursor <[email protected]>
Add spanKind and activeChannelId on channel.create/delete/reorder span ends;
include createdChannelId on channel.create completion.
Co-authored-by: Cursor <[email protected]>
Add dmConversationCount and activeChannelId on dm.open, sealed and
groupDm on dm.send, and peerUserIdsLen on dm.group.create span ends.
Co-authored-by: Cursor <[email protected]>
Add peerCount on discovery.list, listingTtlMs/refreshedAt on mesh,
beforeListed on publish, and channelCount on join span ends.
Co-authored-by: Cursor <[email protected]>
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]>