Skip to content

Commit

Permalink
fixup! fixup! Support tracking
Browse files Browse the repository at this point in the history
Signed-off-by: christian.lutnik <[email protected]>
  • Loading branch information
chrfwow committed Dec 9, 2024
1 parent a1ffa6e commit e0d1ee8
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/OpenFeature/Model/TrackingEventDetails.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,6 @@ namespace OpenFeature.Model;
/// <seealso href="https://github.com/open-feature/spec/blob/main/specification/sections/06-tracking.md#62-tracking-event-details"/>
public sealed class TrackingEventDetails
{
/// <summary>
/// The index for the "targeting key" property when the TrackingEventDetails is serialized or expressed as a dictionary.
/// </summary>
internal const string ValueIndex = "value";

/// <summary>
///A predefined value field for the tracking details.
/// </summary>
Expand Down

0 comments on commit e0d1ee8

Please sign in to comment.