Skip to main content

Event Properties

FieldValue
event"error.featureFlagDiscrepancyDetected"
confidentialboolean
payloadobject
FieldTypeDescription
featureKeystring-
severity"warning" | "error"-
reason"flag_unknown" | "value_mismatch"-
activeProviderstring-
activeProviderLabelstring-
activeValueunknown-
comparedProviderstring-
comparedProviderLabelstring-
comparedValueunknown-

Example

{
  "event": "error.featureFlagDiscrepancyDetected",
  "confidential": false,
  "payload": {
    "featureKey": "example-feature",
    "severity": "error",
    "reason": "value_mismatch",
    "activeProvider": "growthbook",
    "activeProviderLabel": "GrowthBook",
    "activeValue": true,
    "comparedProvider": "posthog",
    "comparedProviderLabel": "PostHog",
    "comparedValue": false
  }
}