Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
D
doublescreen-front
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
pengguangpu
doublescreen-front
Commits
0e66f00b
Commit
0e66f00b
authored
Jun 23, 2020
by
jiangjiantao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fundbug
parent
8685102a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
19 deletions
+9
-19
app.js
app.js
+9
-19
No files found.
app.js
View file @
0e66f00b
var
fundebug
=
require
(
'./utils/fundebug.0.2.0.min.js'
);
import
monitor
from
'/utils/alipayLogger'
;
var
originRequest
=
my
.
request
;
// my.request = function(options) {
// originRequest.call(null, {
// })
// }
// fundebug.init(
// {
// apikey : 'c0c5937571f82aecab3f7578bea5d8163455cd2407863f94829bee12324f57b4'
// })
fundebug
.
init
(
{
apikey
:
'c0c5937571f82aecab3f7578bea5d8163455cd2407863f94829bee12324f57b4'
})
App
(
monitor
.
hookApp
({
globalData
:
{
version
:
"1.0.1.20200311"
,
...
...
@@ -144,12 +136,10 @@ App(monitor.hookApp({
});
},
// onError(err)
// {
// // debugger;
// monitor.error('gggggggg')
// console.log("草泥马");
// // fundebug.onError(err);
// },
onError
(
err
)
{
monitor
.
error
(
err
)
fundebug
.
onError
(
err
);
},
}));
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment