21 Mar 2023 07:54 AM
We are trying to capture a property of an object that is one of the items in a ValueTuple that is returned by a method of a DotNet classobject.
Do we have a chance or will that never be possible?
21 Mar 2023 11:33 AM
You can use deep object access if the method does not return a primitive.
If there is no good way to access the value, you can add a simple getter to your application that returns the value you want, than instrument that with dynatrace.
21 Sep 2023 07:32 AM - edited 21 Sep 2023 07:59 AM
Hello PA, unfortunately we only have the return value available.
Dynatrace does not allow deep object access for that option.