A Stack Trace is a report of active function or method calls at a specific point in program execution, often when an error occurs.
Stack traces help developers locate failure paths, understand call order, and debug exceptions in applications and services.
Related concepts include Source Code.