đ Track pages
The JS SDK tracks pages based on URL changes 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("pageView", {
page: "Example page",
});
You will be able to use the tracked pages as triggers in outbound messages as well as breadcrumbs for debugging.