Stack traces collected by the query profiler now exclude stack frames generated by the profiler itself.
Why it matters
This feature improves the clarity and accuracy of stack traces obtained from the query profiler by filtering out internal frames related to the profiler's operation. This helps users analyze query performance more effectively by focusing only on relevant stack frames.How to use it
No additional configuration is needed. When using the query profiler to gather stack traces, it will automatically omit its own internal stack frames, providing cleaner and more useful profiling output.