We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 702dc75 commit 3c47daeCopy full SHA for 3c47dae
src/App.tsx
@@ -16,7 +16,9 @@ function App() {
16
const Fallback = () => (<h2>Initializing...</h2>)
17
18
devCycleProvider = new DevCycleReactProvider(DEVCYCLE_CLIENT_SDK_KEY, {
19
- logLevel: 'debug'
+ logLevel: 'debug',
20
+ // Controls the interval between flushing events to the DevCycle servers
21
+ eventFlushIntervalMS: 1000,
22
})
23
OpenFeature.setContext({
24
user_id: 'user123',
0 commit comments