Skip to content

Commit

Permalink
fix: Track API (#105)
Browse files Browse the repository at this point in the history
  • Loading branch information
fabriziodemaria authored Apr 29, 2024
1 parent 873ebe7 commit 996b272
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ extension ConfidenceDemoApp {
Task {
await OpenFeatureAPI.shared.setProviderAndWait(provider: provider, initialContext: ctx)
}
confidence.send(
confidence.track(
eventName: "all-types",
message: [
"my_string": ConfidenceValue(string: "hello_from_world"),
Expand Down

0 comments on commit 996b272

Please sign in to comment.