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-05-18 10:10:03 +0800
Commit
64f39f344851a0c5574f0fcbd3d5684ba79d7dc0
1 parent
7b36a489
fix
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
7 deletions
middleware/serverapm-service.js
middleware/serverapm-service.js
View file @
64f39f3
...
...
@@ -89,13 +89,6 @@ function handleErrorReport(m) {
return
;
}
const
code
=
_
.
parseInt
(
_
.
get
(
m
,
'tags.code'
,
'0'
));
// 限流
if
(
code
===
9999991
)
{
return
;
}
const
type
=
_
.
get
(
m
,
'tags.type'
,
''
);
if
(
type
===
'api'
)
{
...
...
Please
register
or
login
to post a comment