v4.1.2
-
Creates config instance via Config.createInstance() to pass to agent instead of using Config.initialize().
Previously, the agent and created segments could end up with different config instances resulting in config updates (such as attribute configuration) not propagating correctly for tests. Now, the agent uses the same initialized singleton similar to regular execution.