Skip to main content
Skip table of contents

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:

CODE
settings.constants.staleSessionTimeoutMillis = 1 * HOURS;
CODE
settings.constants.idleSessionTimeoutMillis = 8 * HOURS;
CODE
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 & Session Replay

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.