Skip to content

Commit

Permalink
chore: included changelog entry for removing ability to run in worker…
Browse files Browse the repository at this point in the history
… threads to 11.0.0
  • Loading branch information
bizob2828 committed Oct 13, 2023
1 parent 31a7ad0 commit 3adb90d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@
* Updated agent to use require-in-the-middle to register CommonJS instrumentation. You can no longer use an onResolved hook to register custom instrumentation.
* Updated the default context manager to be AsyncLocalContextManager.
* Renamed `shim.handleCATHeaders` to `shim.handleMqTracingHeaders`.
* Updated agent to only run in the main thread. This is because running in a worker thread does not completely function out of the box. This will reduce the overhead for customers that are naively trying to load this into worker threads.

#### Features

Expand Down

0 comments on commit 3adb90d

Please sign in to comment.