SKY-8967 SKY-8968 tracks options #1210
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Updated docs for
tracksAssignmentandtracksExposurefor server-side remote evaluation fetch options.Note
Documents per-request FetchOptions (tracksAssignment/exposure, flagKeys) and updates fetch APIs (incl. new v2 variants) across Go, JVM, Node.js, PHP, Python, and Ruby SDKs, plus minor wording tweaks.
FetchV2WithOptions(user, fetchOptions)withFetchOptions(TracksAssignment,TracksExposure) and example.userparam description.fetch(user, fetchOptions?)in Kotlin; overloadedfetch(user, fetchOptions)in Java.FetchOptionstable (tracksExposure,tracksAssignment).userparam description.fetchV2(user, fetchOptions?)signature; addFetchOptions(flagKeys,tracksExposure,tracksAssignment).userparam description.fetch(User, ?FetchOptions)(replacesflagKeysparam) and addFetchOptions(flagKeys,tracksExposure,tracksAssignment).userparam description.fetch_v2(user, fetch_options=None)andFetchOptions(tracks_exposure,tracks_assignment).userparam.fetch_v2(user, fetch_options=nil)and addFetchOptions(tracks_exposure,tracks_assignment).fetch_async_v2(..., fetch_options=nil); update examples.userparam description.Written by Cursor Bugbot for commit a20a0a8. This will update automatically on new commits. Configure here.