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
陈峰
2017-10-13 14:28:21 +0800
Commit
ef382cbe9d2a37e286bcfff79ed79cbfc5cca64a
1 parent
275979f4
commit
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
middleware/apm.js
middleware/apm.js
View file @
ef382cb
...
...
@@ -68,7 +68,7 @@ module.exports = (req, res, next) => {
},
fields
:
Object
.
assign
({
message
:
item
.
msg
,
stack
:
item
.
st
.
replace
(
/"/g
,
''
)
stack
:
item
.
st
?
item
.
st
.
replace
(
/"/g
,
''
)
:
''
},
fields
)
}));
});
...
...
Please
register
or
login
to post a comment