Skip to content

Commit de7a021

Browse files
committed
add changelog entry
1 parent 3b515d3 commit de7a021

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Diff for: CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@
1414

1515
Previously, the agent would make calls for vendor metadata in a serial fashion. This could lead to a delay in starting the agent. Now, the agent will make these calls in parallel, reducing the time it takes to start the agent. [PR#3094](https://github.com/newrelic/newrelic-ruby-agent/pull/3094)
1616

17+
- **Feature: Add Thread ID as attribute to all spans**
18+
19+
The agent will now record the Thread ID as an attribute on each span. []()
20+
1721
- **Bugfix: Prevent a nil segment from causing errors in Net::HTTP instrumentation**
1822

1923
When using JRuby, a race condition can happen that causes the segment creation to fail and return `nil`. This would cause an error to occur when methods were later called on the `nil` segment. These methods will no longer be called if the segment is `nil`, preventing that error from occurring. [PR#3046](https://github.com/newrelic/newrelic-ruby-agent/pull/3046)

0 commit comments

Comments
 (0)