Sumo Logic
Use Zipy session URLs with Sumo Logic logs for efficient troubleshooting.
Frontend logging without a Collector
Step 1: Install Sumo Logic Logger
const SumoLogger = require('sumo-logger');
const zipySessionUrl = window.zipy.getCurrentSessionURL();Step 2: Create Sumo Logger Instance
const logger = new SumoLogger({
// other options
sessionKey: zipySessionUrl
});Step 3: Log Messages
// Example of logging a message
logger.log('message');Step 4: Verify Zipy Session Url after completing the integration steps.

Last updated