App Monitor App Monitor Configuration
data class AppMonitorAppMonitorConfiguration(val allowCookies: Boolean? = null, val enableXray: Boolean? = null, val excludedPages: List<String>? = null, val favoritePages: List<String>? = null, val guestRoleArn: String? = null, val identityPoolId: String? = null, val includedPages: List<String>? = null, val sessionSampleRate: Double? = null, val telemetries: List<String>? = null)
Constructors
Link copied to clipboard
fun AppMonitorAppMonitorConfiguration(allowCookies: Boolean? = null, enableXray: Boolean? = null, excludedPages: List<String>? = null, favoritePages: List<String>? = null, guestRoleArn: String? = null, identityPoolId: String? = null, includedPages: List<String>? = null, sessionSampleRate: Double? = null, telemetries: List<String>? = null)
Types
Properties
Link copied to clipboard
If you set this to true
, RUM web client sets two cookies, a session cookie and a user cookie. The cookies allow the RUM web client to collect data relating to the number of users an application has and the behavior of the application across a sequence of events. Cookies are stored in the top-level domain of the current page.