Class RumHardcodedCrossProductSamplingUpdate

Partial update for cross-product retention of a hardcoded retention filter. Only fields whose matching flag in cross_product_sampling_editability is true can be updated.

Hierarchy

  • RumHardcodedCrossProductSamplingUpdate

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
sessionReplayEnabled?: boolean

Controls whether Session Replay cross-product retention is active. Omit to leave unchanged.

sessionReplaySampleRate?: number

Percentage (0–100) of retained sessions with an ingested replay whose replay data is kept. Omit to leave unchanged.

traceEnabled?: boolean

Controls whether Trace cross-product retention is active. Omit to leave unchanged.

traceSampleRate?: number

Percentage (0–100) of retained sessions with ingested traces whose traces are indexed. Omit to leave unchanged.

Generated using TypeDoc