build icon indicating copy to clipboard operation
build copied to clipboard

Filter traces based on dependency key and value

Open aherrmann opened this issue 1 year ago • 0 comments

While looking through the implementation of deep constructive traces I couldn't make sense of the way in which deepDependencies was applied: It filtered the traces by comparing the trace's key against the dependency's key but comparing the trace's value against the current top-level value.

I think it should compare against the dependency's key and value. Though I may be misunderstanding something.

aherrmann avatar Jun 30 '24 10:06 aherrmann