Fix Capture Expressions support for multi-probes by jpbempel · Pull Request #10519 · DataDog/dd-trace-java
When multiple probes are created on the same location we previously assume that the context can be shared for all snapshots of the probes. With Capture Expressions we now need to differentiate the captures to respect the probe definitions. We are now creating CapturedContext specifically based on the probe definiton and we are filtering Capture Expressions.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters