We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca6b931 commit 6913d8aCopy full SHA for 6913d8a
package.json
@@ -131,7 +131,7 @@
131
"mongodb-explain-plan-model": "^0.2.2",
132
"mongodb-extended-json": "^1.8.0",
133
"mongodb-instance-model": "^3.3.0",
134
- "mongodb-js-metrics": "^1.5.2",
+ "mongodb-js-metrics": "^1.5.3",
135
"mongodb-language-model": "^1.0.2",
136
"mongodb-ns": "^1.0.3",
137
"mongodb-schema": "^6.0.2",
src/app/metrics/index.js
@@ -58,6 +58,7 @@ module.exports = function() {
58
// create a user resource with client id (UUID v4 recommended)
59
var userResource = new resources.UserResource({
60
userId: app.user.id,
61
+ createdAt: app.user.createdAt,
62
name: app.user.name,
63
email: app.user.email,
64
twitter: app.user.twitter,
0 commit comments