import * as Cronitor from '@cronitorio/cronitor-rum'; // Load the Cronitor tracker once in your app Cronitor.load("ef1a1ffa919c3c28a69a3d6a81121ab3", { debug: false, // <-- You can enable this to see logs in the console trackMode: 'history', // <-- You can change this to 'off' to track events manually });