newrelic / go-agent

New Relic Go Agent
Apache License 2.0
762 stars 294 forks source link

Transaction IDs always in Error Traces #819

Closed mirackara closed 9 months ago

mirackara commented 9 months ago

Regardless of if newrelic.ConfigDistributedTracerEnabled(false) is configured, link transaction ID's to traces for stack traces on errors inbox.

codecov-commenter commented 9 months ago

Codecov Report

Attention: 163 lines in your changes are missing coverage. Please review.

Comparison is base (a1142ca) 81.10% compared to head (bfdb202) 80.26%. Report is 11 commits behind head on develop.

Files Patch % Lines
v3/integrations/nrmicro/nrmicro.go 7.31% 36 Missing and 2 partials :warning:
v3/newrelic/secure_agent.go 0.00% 34 Missing :warning:
v3/integrations/nrfasthttp/segment.go 41.66% 23 Missing and 5 partials :warning:
v3/newrelic/instrumentation.go 0.00% 20 Missing :warning:
v3/integrations/nrfasthttp/instrumentation.go 54.76% 17 Missing and 2 partials :warning:
v3/newrelic/transaction.go 12.50% 13 Missing and 1 partial :warning:
v3/newrelic/segments.go 0.00% 6 Missing :warning:
v3/newrelic/tracing.go 57.14% 1 Missing and 2 partials :warning:
v3/newrelic/error_events.go 0.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## develop #819 +/- ## =========================================== - Coverage 81.10% 80.26% -0.84% =========================================== Files 136 139 +3 Lines 12393 12582 +189 =========================================== + Hits 10051 10099 +48 - Misses 2062 2192 +130 - Partials 280 291 +11 ```

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