Skip to content
This repository was archived by the owner on Oct 29, 2024. It is now read-only.

Commit

Permalink
[sc-213100] Update "goals" to "metrics" (#165)
Browse files Browse the repository at this point in the history
We got feedback from a customer that they were confused by the "goals"
language in our SDK docs, which we now call "metrics." This PR updates
that language.

Story details: https://app.shortcut.com/launchdarkly/story/213100
  • Loading branch information
ember-stevens authored Aug 23, 2023
2 parents 57a9d97 + f8f1c47 commit a040e18
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -559,10 +559,10 @@ declare module 'launchdarkly-react-native-client-sdk' {
allFlags(environment?: string): Promise<LDFlagSet>;

/**
* Track events to use in goals or A/B tests.
* Track events to use in metrics or Experimentation.
*
* @param eventName
* The name of the event, which may correspond to a goal in A/B tests.
* The name of the event, which may correspond to a metric in experiments.
* @param data
* Optional additional information to associate with the event.
* @param metricValue
Expand Down

0 comments on commit a040e18

Please sign in to comment.