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
2017-11-27 15:46:15 +0800
Commit
bdd927ff8f29a251980d420aca12e3c9cce9f12d
1 parent
09e1119c
fix
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
middleware/apm.js
middleware/apm.js
View file @
bdd927f
...
...
@@ -8,8 +8,8 @@ const config = global.yoho.config;
const
msg2row
=
require
(
'./msg2row'
);
const
durationType
=
{
dcl
:
'DOMContentLoaded'
,
ld
:
'load'
,
dcl
:
'domcontentload'
,
ld
:
'domreadyload'
,
fs
:
'firstscreen'
};
...
...
Please
register
or
login
to post a comment