getappmap / appmap-agent-js

This project is deprecated. Please use https://github.com/getappmap/appmap-node/ to record Node.js applications.
Other
28 stars 8 forks source link

Fix independent instrumentation #182

Closed lachrist closed 1 year ago

lachrist commented 1 year ago

fixes https://github.com/getappmap/appmap-agent-js/issues/181

Fixing this was not straightforward because we essentially had to support distributed application. Fortunately, the architecture of the agent was already gear toward this goal. Still, I had to overhaul the backend and receptor component to better support sessions. Sessions ensure that the instrumenter in the jest transformer and the rest of the agent are sending their messages to the same trace in the backend.

appland-release commented 1 year ago

:tada: This PR is included in version 13.0.1 :tada:

The release is available on:

Your semantic-release bot :package::rocket: