diff --git a/src/slack/monitor/events/interactions.ts b/src/slack/monitor/events/interactions.ts index 3a242652bc9..4f92df32be7 100644 --- a/src/slack/monitor/events/interactions.ts +++ b/src/slack/monitor/events/interactions.ts @@ -571,6 +571,7 @@ export function registerSlackInteractionEvents(params: { ctx: SlackMonitorContex const sessionKey = ctx.resolveSlackSystemEventSessionKey({ channelId: channelId, channelType: auth.channelType, + senderId: userId, }); // Build context key - only include defined values to avoid "unknown" noise