Merge branch 'feature/yoluckTip' into 'master'
zk control zk control See merge request !90
Showing
1 changed file
with
1 additions
and
1 deletions
@@ -77,7 +77,7 @@ app.use(global.yoho.httpCtx()); | @@ -77,7 +77,7 @@ app.use(global.yoho.httpCtx()); | ||
77 | app.enable('trust proxy'); | 77 | app.enable('trust proxy'); |
78 | 78 | ||
79 | app.use((req, res, next) => { | 79 | app.use((req, res, next) => { |
80 | - req.isApmReport = _.get(req.app.locals, 'wap.open.bughd', false); | 80 | + req.isApmReport = _.get(req.app.locals, 'isProduction'); |
81 | next(); | 81 | next(); |
82 | }); | 82 | }); |
83 | 83 |
-
Please register or login to post a comment