RemoteConfig
Properties
| Name | Type |
|---|---|
analytics | {
endpoint?: string;
} |
Custom endpoint configuration for analytics events. | |
autocapture_opt_out | boolean |
If true, disables autocapture. When absent or not a boolean, the SDK keeps the last known server value; a visitor with no stored value keeps autocapture off until a response containing the field arrives. | |
autocaptureExceptions | boolean | {
endpoint?: string;
} |
Exception autocapture configuration. | |
captureDeadClicks | boolean |
Whether to capture dead clicks. | |
capturePerformance | boolean | PerformanceCaptureConfig |
Performance capture configuration shared by replay and web vitals. | |
conversations | boolean | ConversationsRemoteConfig |
Conversations widget configuration. | |
defaultIdentifiedOnly | boolean |
Whether to capture only identified users by default. | |
editorParams | ToolbarParams |
Deprecated: Renamed to | |
elementsChainAsString | boolean |
Whether | |
errorTracking | {
autocaptureExceptions?: boolean;
captureExtensionExceptions?: boolean;
suppressionRules?: ErrorTrackingSuppressionRule[];
} |
Error tracking configuration. | |
hasFeatureFlags | boolean |
Whether the team has any feature flags enabled. | |
heatmaps | boolean |
Whether heatmaps are enabled. | |
isAuthenticated | boolean |
Whether the current user is authenticated. | |
logs | {
captureConsoleLogs?: boolean;
} |
Log capture configuration. | |
productTours | boolean |
Whether product tours are enabled. | |
sessionRecording | SessionRecordingRemoteConfig | false |
Session recording configuration. | |
siteApps | {
id: string;
url: string;
}[] |
Site apps available to the client. | |
supportedCompression | Compression[] |
Supported compression algorithms. | |
surveys | boolean | Survey[] |
Whether surveys are enabled, optionally including their definitions. | |
toolbarParams | ToolbarParams |
Parameters for the toolbar. | |
toolbarVersion | 'toolbar' |
Deprecated: Moved to | |