Hi ,
I am trying to configure .Net agent and I have following doubts from the traces captured for my MVC application in .net core
Async methods are not been traced by the agent. Due to this I am unable to get the end to end traces of my Request. How do I trace these methods
The methods that have business logic are not been captured by the agent. In java we have similar observation which can be handled by configuring trace_methods property which creates span for the methods/fully qualified classname or package name provided as values to this property. Is this configuration available for .Net agent as well? If yes then what values should I provide to get the methods that are currently not captured by the agent.
Please advise/ Suggest on above.
Best Regards,
Namita