Skip to content

[BUG] Add logging to empty catch block in DefaultRecallMessageTraceHook#10363

Open
H145608 wants to merge 1 commit into
apache:developfrom
H145608:fix-trace-hook-empty-catch
Open

[BUG] Add logging to empty catch block in DefaultRecallMessageTraceHook#10363
H145608 wants to merge 1 commit into
apache:developfrom
H145608:fix-trace-hook-empty-catch

Conversation

@H145608
Copy link
Copy Markdown

@H145608 H145608 commented May 20, 2026

The catch block in doAfterResponse() was silently swallowing exceptions without any logging, making debugging impossible. Added LOG.error() to properly log exceptions when recall trace context fails to append.

Which Issue(s) This PR Fixes

  • Fixes #issue_id

Brief Description

How Did You Test This Change?

The catch block in doAfterResponse() was silently swallowing exceptions
without any logging, making debugging impossible. Added LOG.error() to
properly log exceptions when recall trace context fails to append.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant