Interface SessionProperties
Methods
excludeFromSuppression
- excludeFromSuppression(categories): void
Returns void
getAllowCorsForAnalytics
- getAllowCorsForAnalytics(): boolean
Returns boolean
getApplyEncryptedTracking
- getApplyEncryptedTracking(): boolean
Returns boolean
getCustomHttpHeaders
- getCustomHttpHeaders(): Map<string, string>
Returns Map<string, string>
getExcludedCategories
- getExcludedCategories(): number
Returns number
getFireHistoricalBeacons
- getFireHistoricalBeacons(): boolean
Returns boolean
getPrefetchResources
- getPrefetchResources(): boolean
Returns boolean
getRequestTimeout
- getRequestTimeout(): number
Returns number
getUserAgent
- getUserAgent(): string
Returns string
setAllowCorsForAnalytics
- setAllowCorsForAnalytics(allowCorsForAnalytics): void
Parameters
- allowCorsForAnalytics: boolean
Returns void
setApplyEncryptedTracking
- setApplyEncryptedTracking(useHttps): void
Returns void
setCustomHttpHeaders
- setCustomHttpHeaders(customHttpHeaders): void
Parameters
- customHttpHeaders: Map<string, string>
Returns void
setFireHistoricalBeacons
- setFireHistoricalBeacons(fire): void
Returns void
setPrefetchResources
- setPrefetchResources(prefetch): void
Returns void
setRequestTimeout
- setRequestTimeout(requestTimeout): void
Returns void
setUserAgent
- setUserAgent(userAgent): void
Returns void