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

RUMM-1112 Tracing to Logging integration improved #431

Merged
merged 1 commit into from Mar 5, 2021

Conversation

buranmert
Copy link
Contributor

What and why?

Similar to #423 Tracing integration too was written before new Logger API
It was passing Span information through internal attributes

How?

Now Tracing integration passes DDError directly to Logging
That change adds error.message field to the Log as seen below

Before

before

After

after

Review checklist

  • Feature or bugfix MUST have appropriate tests (unit, integration)
  • Make sure each commit and the PR mention the Issue number or JIRA reference

@buranmert buranmert requested a review from a team as a code owner March 4, 2021 09:37
@buranmert buranmert self-assigned this Mar 4, 2021
Integration passes Error object to Logger via public API
Before the parameters were passed by internal fields
@buranmert buranmert force-pushed the buranmert/RUMM-1112-improve-logged-span-errors branch from 41320de to 8b37eca Compare March 4, 2021 09:56
@buranmert buranmert merged commit 03afff2 into master Mar 5, 2021
@buranmert buranmert deleted the buranmert/RUMM-1112-improve-logged-span-errors branch March 5, 2021 15:10
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.

None yet

2 participants