Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(winston): improve serialization of Error instances #158

Merged
merged 4 commits into from
Oct 25, 2023

Conversation

trentm
Copy link
Member

@trentm trentm commented Oct 25, 2023

This handles the various ways an Error instance can be passed
to a Winston logger, and serializes those Errors to 'error.*'
fields.

Closes: #128

This handles the various ways an Error instance can be passed
to a Winston logger, and serializes those Errors to 'error.*'
fields.

Closes: #128
@trentm trentm self-assigned this Oct 25, 2023
@github-actions github-actions bot added the agent-nodejs Make available for APM Agents project planning. label Oct 25, 2023
@trentm trentm merged commit 2a6be30 into main Oct 25, 2023
9 checks passed
@trentm trentm deleted the trentm/winston-error-handling branch October 25, 2023 15:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
agent-nodejs Make available for APM Agents project planning.
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

Winston error handling is incompatible with ecs-winston-format error handling
2 participants