launchdarkly/php-server-sdk

Send events defaults to true

brendonbeebe opened this issue · 1 comments

The comments of LDClient state send_events defaults to false while in reality it is set to true by default.
protected $_send_events = true;

Whoops! Sorry about that. We'll fix the comment in the next release.