Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yoho-apm
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
htoooth
2018-04-19 15:50:55 +0800
Commit
8dafe47e99f63917ef6b3db3c8c23581e0900b9c
1 parent
b7558b63
fix
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
middleware/apm2.js
middleware/apm2.js
View file @
8dafe47
...
...
@@ -93,6 +93,8 @@ module.exports = (req, res, next) => {
})
});
logger
.
info
(
'client '
,
item
);
if
(
/cdn.yoho.cn/
.
test
(
item
.
sc
))
{
errorRouterSqlSender
.
addMessage
(
msg2row
.
errorRouter
(
data
));
}
...
...
Please
register
or
login
to post a comment