Skip to content

Commit c145908

Browse files
committed
update method description
1 parent 685cb1b commit c145908

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/LaunchDarkly/LDClient.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,9 @@ public function isOffline()
278278
* @param $eventName string The name of the event
279279
* @param $user LDUser The user that performed the event
280280
* @param $data mixed Optional additional information to associate with the event
281-
* @param $metricValue number An optional numeric value that can be used in analytics
281+
* @param $metricValue number A numeric value used by the LaunchDarkly experimentation feature in
282+
* numeric custom metrics. Can be omitted if this event is used by only non-numeric metrics. This
283+
* field will also be returned as part of the custom event for Data Export.
282284
*/
283285
public function track($eventName, $user, $data = null, $metricValue = null)
284286
{

0 commit comments

Comments
 (0)