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.
2 parents 17c13f3 + 37b2682 commit 64f6701Copy full SHA for 64f6701
src/connections/sources/catalog/libraries/mobile/react-native/index.md
@@ -372,7 +372,7 @@ const policiesIfNetworkIsUp = [
372
// Create our client with our policies by default
373
const client = createClient({
374
// ...
375
- flushPolicies: policies,
+ flushPolicies: [...policiesIfNetworkIsUp],
376
});
377
// If Segment detects the user disconnect from the network, Segment removes all flush policies.
378
// That way the Segment client won't keep attempting to send events to Segment but will still
0 commit comments