Skip to content

Commit 96a9b0b

Browse files
Update _options.mdx (#836)
1 parent 926e8c8 commit 96a9b0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/client/js/_options.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
- **disableAutoMetricsLogging** - boolean, default false (added in `v4.13.0`)
2828
- By default, the SDK auto logs javascript performance metrics to Statsig. This will be connected with the metrics and pulse views to show the impact of new features on key performance metrics
2929
- **initializeValues?** Record<string, any> | null, default null (supported in `v4.13.0+`)
30-
- Provide the `initializeResponse` values directly to the javascript SDK to synchronously initialize the client. You can generate these values from the [node js server SDK](https://github.com/statsig-io/node-js-server-sdk/releases/tag/v4.13.0) starting in `[email protected]` NOTE: for the `statsig-react` SDK, this is done via a separate provider, rather than via this option.
30+
- Provide the `initializeResponse` values directly to the Javascript SDK to synchronously initialize the client. You can generate these values from a Statsig Server SDK like the [NodeJS Server SDK](https://docs.statsig.com/server/nodejsServerSDK#bootstrap).
3131
- **eventLoggingApi?** `string`, default `'https://events.statsigapi.net/v1/` (supported in `v4.17.0+`)
3232
- The SDK will hit different endpoints for `initialize` to evaluate gates and for `logEvent` to log event data. The `api` option controls the evaluation endpoint, and `eventLoggingApi` controls the event logging endpoint.
3333
- **prefetchUsers?** `StatsigUser[]` | null, default null (supported in `v4.20.0+`)

0 commit comments

Comments
 (0)