Skip to content

Commit

Permalink
Merge branch 'main' into rlamb/SDK-568/bootstrap-support
Browse files Browse the repository at this point in the history
  • Loading branch information
kinyoklion authored Oct 2, 2024
2 parents 459eaa8 + 3389983 commit 7a00278
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/sdk/browser/src/BrowserDataManager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,10 @@ export default class BrowserDataManager extends BaseDataManager {
this.setConnectionParams();
}
this.secureModeHash = browserIdentifyOptions?.hash;
if (await this.flagManager.loadCached(context)) {
this.debugLog('Identify - Flags loaded from cache. Continuing to initialize via a poll.');
}
this.secureModeHash = browserIdentifyOptions?.hash;

// TODO: Handle wait for network results in a meaningful way. SDK-707

Expand Down

0 comments on commit 7a00278

Please sign in to comment.