Viewing experiment events within the Debugger
It is important to be able to confirm that experiment metric events are being tracked correctly by your application and that LaunchDarkly is recording them as expected. The Debugger shows summarized information for the metric events, just as it does with flags and users:
There are four key numbers that this screen presents. They include the following:
- metrics
- page view events
- click events
- custom events
The first is the total number of metrics detected during the session. The other three numbers relate to the types of metrics. These types of events were detailed in Chapter 11, Experiments. Viewing the totals of the metric types in this way, again, provides a quick overview of whether things are working as expected. If the Debugger is used on a test environment after implementing the tracking of a new metric, it can be...