Skip to content

Commit

Permalink
Logging
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenhand committed May 24, 2024
1 parent fa0fd46 commit 30edcaf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions functions/channelCapture/chatbotCallback.protected.ts
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,8 @@ export const handler = async (
return;
}

console.log('conversation / channel attributes:', attributesJson);

const channelAttributes = JSON.parse(attributesJson || '{}');

// Send message to bot only if it's from child
Expand Down

0 comments on commit 30edcaf

Please sign in to comment.