Tracepoint Event Detail Area is designed to demonstrate the detailed information about the tracepoint event (a.k.a snapshot). In this area, there are three tabs that gives us information about the tracepoint event from different aspects:
Variables Tab
Metadata Tab
Frames Tab
VariablesTab
This tab gives the mostly used information about a tracepoint event. As understood from the name, you can see the values of variables, while the code execution invokes the code at the line where tracepoint is set.
This tab provides extra information gathered by Thundra agents such as the IP address of app instance, exact time of tracepoint event and more. This information might be useful while comparing different tracepoint events.
This tab provides the execution path to where Thundra Sidekick takes a snapshot back from the calls that are coming from caller functions even back to the codes of framework that you're using.