Skip to content

Commit 88d769b

Browse files
committed
docs: add note on "override" changes in LDClientImpl
- Added a comment in `LDClientImpl.ts` to clarify that "override" changes are not being tracked as they are currently used only for debugging and not persisted. This may change in the future.
1 parent 0775c60 commit 88d769b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

packages/shared/sdk-client/src/LDClientImpl.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -646,6 +646,10 @@ export default class LDClientImpl implements LDClient, LDClientIdentifyResult {
646646
};
647647
}
648648
});
649+
650+
// NOTE: we are not tracking "override" changes because, at the time of writing,
651+
// these changes are only used for debugging purposes and are not persisted. This
652+
// may change in the future.
649653
if (type === 'init') {
650654
this._inspectorManager.onFlagsChanged(details);
651655
} else if (type === 'patch') {

0 commit comments

Comments
 (0)