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 634a452 commit 7c4b2ddCopy full SHA for 7c4b2dd
packages/core/lib/state.dart
@@ -583,5 +583,6 @@ Configuration setFlushPolicies(
583
trackApplicationLifecycleEvents: a.trackApplicationLifecycleEvents,
584
trackDeeplinks: a.trackDeeplinks,
585
storageJson: a.storageJson,
586
- token: a.token);
+ token: a.token,
587
+ collectDeviceId: a.collectDeviceId);
588
}
0 commit comments