Hello,
My team has a scenario where a frequently used API catches an Exception and logs it as an info (using log4j2). AppD is showing this as a transaction error each time it occurs, although this is a benign exception. My understanding was that ...
In this scenario, it was not thrown by a backend call. The code in question is contained entirely through the java service/application.
I plan to configure our Error/Exception detection to ignore this, but I wanted to validate that this is expecte...