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 4d6d00d commit e05f15fCopy full SHA for e05f15f
src/securenative.ts
@@ -38,6 +38,9 @@ export default class SecureNative {
38
const config: SecureNativeOptions = { ...options, ...defaultOptions };
39
40
const eventManager = new EventManager(fetch, config);
41
+ if (options.autoSend) {
42
+ eventManager.startEventsPersist();
43
+ }
44
SecureNative.initialize(eventManager, config);
45
}
46
0 commit comments