diff --git a/static/app/gettingStartedDocs/javascript/javascript.tsx b/static/app/gettingStartedDocs/javascript/javascript.tsx index 3bcbe9fdc9b4e3..a6fe4b7e37e721 100644 --- a/static/app/gettingStartedDocs/javascript/javascript.tsx +++ b/static/app/gettingStartedDocs/javascript/javascript.tsx @@ -95,7 +95,7 @@ const result = client.getBooleanValue('my-flag', false);`, }, [IntegrationOptions.UNLEASH]: { importStatement: `import { UnleashClient } from 'unleash-proxy-client';`, - integration: 'unleashIntegration(UnleashClient)', + integration: 'unleashIntegration({unleashClientClass: UnleashClient})', sdkInit: `const unleash = new UnleashClient({ url: "https:///api/frontend", clientKey: "",