If an application is using org.springframework.aop.interceptor.AsyncExecutionInterceptor$1 classes while making asynchronous calls, then follow these steps to track the activities inside these calls.
1.Open the <agent-install-dir>\ver4.x.x.x\conf\app-agent-config.xml file
2.Navigate to the <fork-config> section of the XML file.
3.Add the following entry:
<include filter-type="STARTSWITH" filter-value="org.springframework.aop.interceptor/"/>
4.Save the changes
5.Restart the JVM to take changes into effect.