22 Aug 2023 03:59 PM
Hello guys, is there any way to capture a object from a json body that come from a request?
Example
i send a post request and in my response i got an information that i need to get. is there any way?
Solved! Go to Solution.
22 Aug 2023 09:37 PM
@natanael_mendes only with business events, unfortunately. Not as request attribute. Although this is somehow on the roadmap as stated here, I'm in doubt if this comes to the Dynatrace Managed too.
If you can't use business events, the best option is to log it and have the log captured by Dynatrace or use request attributes from the method arguments if it fits your case.