You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: address PR review — parameter order and Discover() scope
1. Fix SetSource parameter order: updateUrl first, appSecretKey second
(was swapped by earlier linter edit, causing confusion with docs).
2. Move AppMetadataDiscoverer.Discover() from SetConfig() into SetSource().
SetConfig is for explicit user-provided config — manifest must not
override user values. SetSource is the zero-config path where manifest
fills identity gaps.
3. Align ClientTest call site to new parameter order.
0 commit comments