botbuilder-js icon indicating copy to clipboard operation
botbuilder-js copied to clipboard

port: Log error message from Streaming web socket response. (#6283)

Open github-actions[bot] opened this issue 2 years ago • 1 comments

The changes in Log error message from Streaming web socket response. (#6283) may need to be ported to maintain parity with microsoft/botbuilder-dotnet.

Fixes #6278

Description

When sending an activity over web sockets, if we encounter a non 200 status code, we are only logging the status code. This change logs the detailed error message along with the status code to enable better debugging.

Please review and, if necessary, port the changes.

github-actions[bot] avatar Mar 28 '22 12:03 github-actions[bot]

Hi @tracyboehrer, this port isn't required, since JS handles this functionality differently than DotNet, but also is already sending the error message alongside the error status code when processing the activity (link).

sw-joelmut avatar May 23 '22 15:05 sw-joelmut

Closing as the port is not needed.

ceciliaavila avatar Jan 16 '23 13:01 ceciliaavila