kopia lustrzana https://github.com/c9/core
Merge remote-tracking branch 'origin/master' into fix/socket-disconnect-logging
commit
8eefe7f9f3
|
@ -71,6 +71,11 @@ function plugin(options, imports, register) {
|
|||
email: req.user.email
|
||||
};
|
||||
}
|
||||
else if (req.session) {
|
||||
customData.user = {
|
||||
id: req.session.uid
|
||||
};
|
||||
}
|
||||
|
||||
raygunClient.send(err, customData, function() {}, {
|
||||
host: parsedUrl.hostname,
|
||||
|
|
Ładowanie…
Reference in New Issue