Skip to content

Commit 7d71eb5

Browse files
authored
COMPASS-402 intercom signups. (#607)
* COMPASS-402 send user created_at dates correctly * COMPASS-402 bump [email protected]
1 parent 8f5b30f commit 7d71eb5

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@
130130
"mongodb-explain-plan-model": "^0.2.2",
131131
"mongodb-extended-json": "^1.8.0",
132132
"mongodb-instance-model": "^3.3.0",
133-
"mongodb-js-metrics": "^1.5.2",
133+
"mongodb-js-metrics": "^1.5.3",
134134
"mongodb-language-model": "^1.0.2",
135135
"mongodb-ns": "^1.0.3",
136136
"mongodb-schema": "^6.0.2",

src/app/metrics/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ module.exports = function() {
5858
// create a user resource with client id (UUID v4 recommended)
5959
var userResource = new resources.UserResource({
6060
userId: app.user.id,
61+
createdAt: app.user.createdAt,
6162
name: app.user.name,
6263
email: app.user.email,
6364
twitter: app.user.twitter,

0 commit comments

Comments
 (0)