Skip to content

Commit f1a0766

Browse files
committed
fixup! fixup! fix: only emit resolve helper log once per flag+context
1 parent 2ada2c0 commit f1a0766

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

api/sdk.api.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ export interface CacheOptions {
1313
//
1414
// @internal (undocumented)
1515
entries?: AsyncIterable<CacheEntry>;
16+
// @internal
17+
loggedFlags?: Set<string>;
1618
scope?: CacheScope;
1719
}
1820

0 commit comments

Comments
 (0)