ApexTrace Guide

ApexTrace records the execution path of a Usecase and turns that record into the thing your tests assert on. A line you wrote for the production debug log becomes the assertion that answers "did this Usecase really take that path?".

It is organised as usage guides you can read in order, starting from how to instrument a Usecase, plus a deep dive into the internals and the gotchas.

📦 To install ApexTrace (unlocked package or git submodule), see Installing Apex Stem.

What to read next