Variable TelemetryFlagMetadataConst

TelemetryFlagMetadata: {
    CONTEXT_ID: "contextId";
    FLAG_SET_ID: "flagSetId";
    VERSION: "version";
} = ...

Well-known flag metadata attributes for telemetry events.

Type declaration

  • ReadonlyCONTEXT_ID: "contextId"

    The context identifier returned in the flag metadata uniquely identifies the subject of the flag evaluation. If not available, the targeting key should be used.

  • ReadonlyFLAG_SET_ID: "flagSetId"

    A logical identifier for the flag set.

  • ReadonlyVERSION: "version"

    A version string (format unspecified) for the flag or flag set.