Skip to content

feat(logging): Log error cause in otelProvider if exists#253

Open
vekunz wants to merge 1 commit into
d-velop:feature/node-modernizationfrom
vekunz:feature/cause-logging
Open

feat(logging): Log error cause in otelProvider if exists#253
vekunz wants to merge 1 commit into
d-velop:feature/node-modernizationfrom
vekunz:feature/cause-logging

Conversation

@vekunz

@vekunz vekunz commented Jun 19, 2026

Copy link
Copy Markdown
Contributor

The otelProvider now includes the cause chain of errors in log output. If the cause is itself an Error, it is recursively mapped as EventAttributesException — at any nesting depth. For any other type, it is serialized via JSON.stringify.

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.

2 participants