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 8f5b30f commit 7d71eb5Copy full SHA for 7d71eb5
package.json
@@ -130,7 +130,7 @@
130
"mongodb-explain-plan-model": "^0.2.2",
131
"mongodb-extended-json": "^1.8.0",
132
"mongodb-instance-model": "^3.3.0",
133
- "mongodb-js-metrics": "^1.5.2",
+ "mongodb-js-metrics": "^1.5.3",
134
"mongodb-language-model": "^1.0.2",
135
"mongodb-ns": "^1.0.3",
136
"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