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 131ee7a commit c8b7074Copy full SHA for c8b7074
src/storages/inMemory/InMemoryStorageCS.ts
@@ -63,7 +63,7 @@ export function InMemoryStorageCSFactory(params: IStorageFactoryParams): IStorag
63
};
64
65
// @TODO revisit storage logic in localhost mode
66
- // No tracking data in localhost mode to avoid memory leaks
+ // No tracking in localhost mode to avoid memory leaks: https://github.com/splitio/javascript-commons/issues/181
67
if (params.settings.mode === LOCALHOST_MODE) {
68
const noopTrack = () => true;
69
storage.impressions.track = noopTrack;
0 commit comments