Fix Capture Expressions support for multi-probes by jpbempel · Pull Request #10519 · DataDog/dd-trace-java

@jpbempel

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.