Skip to content

Commit

Permalink
Merge pull request #1842 from CodeNow/display-name
Browse files Browse the repository at this point in the history
Added display name to segment
  • Loading branch information
Myztiq authored Oct 12, 2016
2 parents 537d863 + 7c2ba8e commit 2ad0015
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/services/serviceEventTracking.js
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,7 @@ function EventTracking(
firstName: firstName,
lastName: lastName,
username: data.name,
displayName: displayName || data.name,
email: keypather.get(userJSON, 'email'),
createdAt: keypather.get(userJSON, 'created'),
avatar: keypather.get(userJSON, 'gravatar')
Expand Down

0 comments on commit 2ad0015

Please sign in to comment.