newrelic / newrelic-java-agent

The New Relic Java agent
Apache License 2.0
202 stars 143 forks source link

Add transaction GUID to ErrorEvent instances #1813

Closed jtduffy closed 7 months ago

jtduffy commented 7 months ago

Errors inbox team validated that both the ErrorEvent and TracedError payloads contain the transaction GUID in the proper spots when DT is disabled.

codecov-commenter commented 7 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 70.89%. Comparing base (9aee916) to head (f5b25de). Report is 12 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1813 +/- ## ========================================= Coverage 70.89% 70.89% - Complexity 9956 9965 +9 ========================================= Files 827 828 +1 Lines 39880 39957 +77 Branches 6043 6053 +10 ========================================= + Hits 28272 28327 +55 - Misses 8887 8899 +12 - Partials 2721 2731 +10 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

jtduffy commented 7 months ago

Pekko failure due to changes not being merged to agent main yet.