Class RumHardcodedCrossProductSamplingEditability

Flags indicating which cross_product_sampling fields can be updated. Read-only.

Hierarchy

  • RumHardcodedCrossProductSamplingEditability

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
sessionReplaySampleRate?: boolean

If true, cross_product_sampling.session_replay_sample_rate can be updated on this filter.

traceSampleRate?: boolean

If true, cross_product_sampling.trace_sample_rate can be updated on this filter.

Generated using TypeDoc