-
Notifications
You must be signed in to change notification settings - Fork 3
Implement tracking API #34
Copy link
Copy link
Open
Description
Having implemented the functionality in the API, add an OpenFeature tracking API implementation to the provider.
Context:
https://github.com/open-feature/python-sdk?tab=readme-ov-file#tracking
Flagsmith/flagsmith#6641
export interface IPipelineEvent { event_id: string; // flag_name or event_name event_type: PipelineEventType; evaluated_at: number; identity_identifier: string | null; enabled?: boolean | null; value: IFlagsmithValue; traits?: { [key: string]: null | TraitEvaluationContext } | null; metadata?: Record<string, any> | null; }
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels