...
|
...
|
@@ -77,7 +77,7 @@ app.use(global.yoho.httpCtx()); |
|
|
app.enable('trust proxy');
|
|
|
|
|
|
app.use((req, res, next) => {
|
|
|
req.isApmReport = _.get(req.app.locals, 'wap.open.bughd', false);
|
|
|
req.isApmReport = _.get(req.app.locals, 'isProduction');
|
|
|
next();
|
|
|
});
|
|
|
|
...
|
...
|
|