PostHog + Sveltekit

Github Repo

Cookie/User Identity

{
  "sessionToken": "f8d65a45-2613-4cbe-a4f7-2ec8ad5d28f1",
  "userId": "73c5e4fc-144e-4c5d-aa95-e7e4f7f5b4ae",
  "posthogId": "73c5e4fc-144e-4c5d-aa95-e7e4f7f5b4ae"
}

Server Request to PostHog API /decide

{
  "experimentComponent": "test",
  "experimentMultivariate": "control",
  "flagIsToggle": false,
  "experimentServer": "test",
  "flagIsEnabled": true
}

Subscribed Feature Flag Store

{
  "experimentComponent": "test",
  "experimentMultivariate": "control",
  "flagIsToggle": false,
  "experimentServer": "test",
  "flagIsEnabled": true
}