15 May 2025
	
		
		09:43 AM
	
	
	
	
	
	
	
	
	
	
	
	
	
	
 - last edited on 
    
	
		
		
		16 May 2025
	
		
		09:23 AM
	
	
	
	
	
	
	
	
	
	
	
	
	
	
 by 
				
		 MaciejNeumann
		
			MaciejNeumann
		
		
		
		
		
		
		
		
	
			
		
Hi, I am monitoring a .NET ASP.NET core application, and with OneAgent enabled I get all my spans wrapped in a AsyncAwait.Invoke span. Since it is too verbose for my application, how can I disable this OneAgent feature?
Here is a screenshot
Solved! Go to Solution.
21 May 2025 09:03 PM
Hi,
This span was generated for correlation purposes. To improve correlation logic and potentially prevent the creation of such spans, please try enabling the following feature flag and restarting the process:
Improved .NET In-Process Context Propagation [Opt-In]
If enabling this feature doesn't resolve the issue, I recommend opening a support ticket for further investigation.
