Confirm staging feature flags in minutes before looping in the platform team. Run the flag checks or Escalate to Support IT.
Works here: staging · Feature flag SDK · Regions: MY, DK
Owner: Platform Engineering (/Web Platform-O35/Issues-Support)
Quick path
- Env check: App shows Staging build and commit hash matches latest.
- SDK key: Staging key is configured (not Production).
- Flag exists: The exact flag key is present and on for staging environment.
- User context: The attributes used in targeting (email, role, cohort) are present in the SDK init.
- Force refresh: Clear cache and call the SDK’s
flush/identify/variationtest.
Code snippet (evaluate a flag)
ts
const on = client.variation('my-flag-key', { key: userId, role }, false)
console.log('flag my-flag-key =', on)Escalation package
Flag key: <key>
SDK: <name + version>
Context: { userId: "...", role: "...", cohort: "..." }
Staging build hash: <abc123>
Expected vs observed: <1 line>
Console/network screenshots attachedHandoff → /support-it/contacting-it
Related references
- Fast support index — Share other flows if the blocker isn’t flag-related.
- Transition operating promises — Update promises if the flag outage pauses a handover.
- Decision Spine — Refer to it when a flag outcome requires a re-frame or new decision.

