🏁 Track pages
The iOS SDK tracks pages based on the activity name by default. If you want to customize the tracked pages you can do so by using the trackEvent() method below to track custom pages.
Track a page
Gleap.trackEvent("trackPage", withData: ["page": "Example page"])
You will be able to use the tracked pages as triggers in outbound messages as well as breadcrumbs for debugging.