Instantiate your Spot Class Using:
const spot = new Spot(<Your Project ID>, <Your Public API Key>);
This would automatically start monitoring end-user's API Calls and Browser Logs. This also instantiates a Session for the user.
You might want to assign a session to a user of your app. To do so:
spot.identify({ email?, name?, phone?, photoURL? });