Description
Provides event tracing tools for Erlang programs. Developers use it to collect and inspect runtime events, which can help explain message flow, process behavior, and distributed-system activity.
Use it when debugging complex Erlang applications where logs alone are not enough. Tracing can add overhead, so it should be used carefully in production systems.