Skip to content

Commit

Permalink
Update packages/shared/src/tracking/occurrence.ts
Browse files Browse the repository at this point in the history
Signed-off-by: Todd Baert <[email protected]>
  • Loading branch information
toddbaert authored Sep 20, 2024
1 parent c914326 commit 567b836
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/shared/src/tracking/occurrence.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,7 @@ export type OccurrenceValue =
*/
export type OccurrenceDetails = {
/**
* A string uniquely identifying the subject (end-user, or client service) of a flag evaluation.
* Providers may require this field for fractional flag evaluation, rules, or overrides targeting specific users.
* Such providers may behave unpredictably if a targeting key is not specified at flag resolution.
* A numeric value associated with this event.
*/
value?: number;
} & Record<string, OccurrenceValue>;

0 comments on commit 567b836

Please sign in to comment.