Is there a way when tracing using Extended events in SQL Server to display Nested Level of nested procedure? Deprecated Profiler has a column named NestLevel for SP:Starting which can nicely describe the hierarchy of nested procedures. But I could not find the same column in Event Fields (nor Global Fields) for module_start event.
Many thanks!