SKY-8967 SKY-8968 tracks options#1210
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Genuinely asking - Is it worth updating this graphic too? |
Most likely. Can I set up some time with you to discuss and update? |
8de37ec to
a20a0a8
Compare
a20a0a8 to
c06dc2a
Compare
…/amplitude/amplitude-docs into SKY-8967-SKY-8968-tracks-options
| | <div class="big-column">Name</div> | Description | Default Value | | ||
| | --- | --- | --- | | ||
| | `flagKeys` | Specific flags or experiments to evaluate. If undefined, null, or empty, all flags and experiments are evaluated. | `undefined` | | ||
| | `tracksExposure` | To track or not track an exposure event for this fetch request. If `undefined`, uses the server's default behavior (does not track exposure). | `undefined` | |
There was a problem hiding this comment.
Missing contractions violate style guide high-priority rule
Low Severity · Bugbot Rules
The new FetchOptions tables use "does not track exposure" and "do not track exposure" instead of the contracted forms "doesn't" and "don't". This violates the Contractions rule marked as High Priority in the style guide. The pattern appears in all SDK docs (Node.js, JVM, PHP, Python, Ruby use "does not"; Go uses "do not").
Updated docs for
tracksAssignmentandtracksExposurefor server-side remote evaluation fetch options.Note
Updates server SDK docs to support per-call tracking options and exposure tracking across languages.
FetchOptionsto remote fetch APIs (GoFetchV2WithOptions, JVMfetchoverloads, NodefetchV2, PHPfetch, Pythonfetch_v2, Rubyfetch_v2), documentingtracksAssignment/tracksExposure(andflagKeyswhere applicable)ExposureConfigsections and guidance; replace tips about automatic assignment tracking with exposure tracking notesEvaluateOptionswithtracksExposure; new/updated APIs: GoEvaluateV2WithOptions, JVMevaluate(..., EvaluateOptions), NodeevaluateV2(..., options), PHPevaluate(..., ?EvaluateOptions), Pythonevaluate_v2(..., options), Rubyevaluate_v2(..., options))AssignmentConfig/assignmentConfigurationas deprecated in all relevant configs and add ExposureConfig tablesuserparam wording)Written by Cursor Bugbot for commit 81ca250. This will update automatically on new commits. Configure here.