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

Commit

Permalink
prepare 5.14.3 release (#211)
Browse files Browse the repository at this point in the history
  • Loading branch information
LaunchDarklyCI authored Apr 1, 2021
1 parent 988b134 commit f040567
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
8 changes: 8 additions & 0 deletions index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -356,6 +356,14 @@ declare module 'launchdarkly-node-server-sdk' {
*/
privateAttributeNames?: Array<string>;

/**
* Whether to include full user details in every analytics event.
*
* The default is `false`: events will only include the user key, except for one "index" event
* that provides the full details for the user.
*/
inlineUsersInEvents?: boolean;

/**
* The number of user keys that the event processor can remember at any one time,
* so that duplicate user details will not be sent in analytics events.
Expand Down
1 change: 1 addition & 0 deletions test-types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ var allOptions: ld.LDOptions = {
sendEvents: true,
allAttributesPrivate: true,
privateAttributeNames: [ 'x' ],
inlineUsersInEvents: true,
capacity: 100,
flushInterval: 1,
userKeysCapacity: 100,
Expand Down

0 comments on commit f040567

Please sign in to comment.