botframework-sdk
botframework-sdk copied to clipboard
Logged exceptions need additional metadata
When Exceptions are surfaced in various portals, or cut-pasted to CSS, the first thing that's usually asked is "What's the BotID and Conversation ID and Activity ID"?
We should log these in the typical exception messages to eliminate a round-trip to gather data to help customers debug their problems.
This is especially true on timeouts, where the exception message need to have more data in it.
Ideally:
- DateTime
- ConversationId
- ActivityId
- BotId
Closing this issue as the repository is scheduled for deprecation soon.