Maintenance - Real User Replay - Recording Length

Customer(s)

American Airlines, ANZ Bank, General Electric, Largest US-Based Healthcare

Description

You can now configure Germain so the Real User Replay gets only recorded for a fix length e.g. 1 hour

Configuration

Germain RUM Ext/JS’s InitScript parameter to configure:

settings.constants.staleSessionTimeoutMillis = 1 * HOURS;
settings.constants.idleSessionTimeoutMillis = 8 * HOURS;
settings.constants.maxSessionDuration = 24 * HOURS;

Note: if these 3 parameters are not available, you can add them on starting with Germain 2022.5

More details

User Session Monitoring, Replay & 6 Heatmaps