Starting Android Gradle Plugin 8.0 R8 full mode is enabled by default. It can affect a release build and LivePerson functionality especially monitoring flow.
To prevent issues that could happen while operating with monitoring requests in release build,
please add this rule to your proguard-rules.pro
-keepclasseswithmembers class com.liveperson.infra.InitLivePersonProperties
All other LivePerson SDK classes could be processed without any additional rules.