diff --git a/sdk/src/userMap/userMap.ts b/sdk/src/userMap/userMap.ts index 3381582f3..12e6434d2 100644 --- a/sdk/src/userMap/userMap.ts +++ b/sdk/src/userMap/userMap.ts @@ -160,6 +160,7 @@ export class UserMap implements UserMapInterface { type: 'default', }; + // Whether to throw an error if the userMap fails to sync. Defaults to false. this.throwOnFailedSync = config.throwOnFailedSync ?? false; }