Hi,
Does anyone know if it's possible to capture the argument of a method contained in a dynamically created object which is the return value of another method in a transaction.
Ill try to explain this better:
Purepath 1 - Method1 (Return Value = DynamicObject1)
I need to capture the boolean argument value of the below method and have it display in the method call stack of the same purepath (Purepath1)
DynamicObject1 - Method2 (boolean)
Is this possible? The only way I can think of getting this to work is by adding a sensor on Method2 (boolean), enabling the capturing of this method and allowing it to start purepaths from this method, but this wouldn't really be helpfull as I wouldnt know which purepath to link it to.
Any help will be much appreciated thanks in advance!
Richard
Answer by Andreas G. ·
Hi. The upcoming dynaTrace Release has a feature called "Deep Object Access". It allows you to capture not only the complex object of a method argument or return value but actually something contained within that object by calling simple getter methods.
JANUARY 15, 3:00 PM GMT / 10:00 AM ET