dce-reactkit 4.1.7 → 4.1.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/cjs/index.js CHANGED
@@ -1744,6 +1744,11 @@ const logClientEvent = (opts) => __awaiter(void 0, void 0, void 0, function* ()
1744
1744
  action: (opts.action
1745
1745
  ? opts.action
1746
1746
  : undefined),
1747
+ overriddenUserInfo: {
1748
+ userId: opts.userId,
1749
+ userFirstName: opts.userFirstName,
1750
+ userLastName: opts.userLastName,
1751
+ },
1747
1752
  },
1748
1753
  });
1749
1754
  });