Hi,
I am trying to log custom dependency which is nested, from a Spring-Boot application using the applicationinsights-spring-boot-starter:2.6.2 dependency's trackDependency method. As of now the dependency is logged in the application insights with the same parentId which means that they are in same level. How can we trace those custom dependency as new span?
Thanks.
