Package 

Object SystemRequirementsConfiguration.Companion

    • Method Detail

      • getBASIC

         final SystemRequirementsConfiguration getBASIC()

        A preconfigured instance representing the basic system requirements for enabling the Session Replay feature.

        This instance provides reasonable basic values for most systems:

        • Minimum RAM: 1024 MB

        • Minimum CPU core number: 2

        Use this instance when standard system requirements are sufficient.

      • getNONE

         final SystemRequirementsConfiguration getNONE()

        A special instance representing no system requirements for enabling the Session Replay feature.

        With this instance, Session Replay will be enabled regardless of system specifications. This is useful in cases where system requirements should not restrict functionality.