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

Commit 7789b87

Browse files
LaunchDarklyReleaseBoteli-darklyLaunchDarklyCImaxwellgerberFauxFaux
authored
prepare 7.0.3 release (#286)
## [7.0.3] - 2023-08-23 ### Changed: - Updated semver from `7.3.0` to `7.5.3`. (Thanks! [Nicholas-Arthur-Cook](#285)) --------- Co-authored-by: Eli Bishop <[email protected]> Co-authored-by: LaunchDarklyCI <[email protected]> Co-authored-by: Maxwell Gerber <[email protected]> Co-authored-by: Chris West <[email protected]> Co-authored-by: Ben Woskow <[email protected]> Co-authored-by: Mike Zorn <[email protected]> Co-authored-by: Ben Woskow <[email protected]> Co-authored-by: Robert J. Neal <[email protected]> Co-authored-by: Ben Levy <[email protected]> Co-authored-by: charukiewicz <[email protected]> Co-authored-by: belevy <[email protected]> Co-authored-by: charukiewicz <[email protected]> Co-authored-by: LaunchDarklyReleaseBot <[email protected]> Co-authored-by: Ryan Lamb <[email protected]> Co-authored-by: Ember Stevens <[email protected]> Co-authored-by: Ember Stevens <[email protected]> Co-authored-by: Yusinto Ngadiman <[email protected]> Co-authored-by: Louis Chan <[email protected]> Co-authored-by: Louis Chan <[email protected]> Co-authored-by: ld-repository-standards[bot] <113625520+ld-repository-standards[bot]@users.noreply.github.com> Co-authored-by: Kane Parkinson <[email protected]> Co-authored-by: Nicholas Cook <[email protected]>
1 parent 18fde8c commit 7789b87

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

index.d.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1254,17 +1254,17 @@ declare module 'launchdarkly-node-server-sdk' {
12541254
/**
12551255
* Tracks that a context performed an event.
12561256
*
1257-
* LaunchDarkly automatically tracks pageviews and clicks that are specified in the Goals
1258-
* section of the dashboard. This can be used to track custom goals or other events that do
1259-
* not currently have goals.
1257+
* LaunchDarkly automatically tracks pageviews and clicks that are specified in the Metrics
1258+
* section of the dashboard. This can be used to track custom metrics (goals) or other events that do
1259+
* not currently have metrics.
12601260
*
12611261
* Note that event delivery is asynchronous, so the event may not actually be sent until later;
12621262
* see [[flush]].
12631263
*
12641264
* If the context is omitted or has no key, the client will log a warning and will not send an event.
12651265
*
12661266
* @param key
1267-
* The name of the event, which may correspond to a goal in A/B tests.
1267+
* The name of the event, which may correspond to a metric in experiments.
12681268
* @param context
12691269
* The context to track.
12701270
* @param data

0 commit comments

Comments
 (0)