Commit d985eb8
authored
fix(streaming): stop reporting retryable ClosedSendChannelException to Bugsnag (#978)
The initial-request send in openBidirectionalStream already treats
ClosedSendChannelException as retryable, but the trace() call was
passing `error = e` which routed through ErrorUtils → Bugsnag.notify().
Inline the message instead so the retry path no longer produces
false-positive Bugsnag warnings.
Signed-off-by: Brandon McAnsh <git@bmcreations.dev>1 parent 9bdfcc1 commit d985eb8
1 file changed
Lines changed: 1 addition & 2 deletions
Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
124 | 124 | | |
125 | 125 | | |
126 | 126 | | |
127 | | - | |
| 127 | + | |
128 | 128 | | |
129 | | - | |
130 | 129 | | |
131 | 130 | | |
132 | 131 | | |
| |||
0 commit comments