Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
H
h5-base
Project
Project
Details
Activity
Releases
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
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
new-sing
h5-base
Commits
5cc44a5e
Commit
5cc44a5e
authored
Sep 18, 2019
by
谭文海
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
apm-rum
parent
5016e1a9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
4 deletions
+9
-4
main.js
src/main.js
+9
-4
No files found.
src/main.js
View file @
5cc44a5e
...
...
@@ -11,10 +11,15 @@ import sa from 'sa-sdk-javascript';
import
'mint-ui/lib/style.css'
import
scroll
from
"./base/scroll/scroll"
import
{
Popup
,
Lazyload
,
Button
,
Dialog
,
Toast
}
from
'vant'
;
import
*
as
fundebug
from
'fundebug-javascript'
;
import
fundebugVue
from
'fundebug-vue'
;
fundebug
.
apikey
=
'4d414770c72b034dfa896048206a72258ede4e4ad5f9c6c4320d19b7f91a567e'
;
fundebugVue
(
fundebug
,
Vue
);
import
{
init
as
initApm
}
from
'@elastic/apm-rum'
var
apm
=
initApm
({
// 设置所需的服务名称(允许使用的字符:a-z、A-Z、0-9、-、_ 和空格)
serviceName
:
'唱唱启蒙'
,
// 设置定制 APM Server URL(默认值:http://localhost:8200)
serverUrl
:
'http://apm.ops.changchangenglish.com/'
,
// 设置服务版本(源地图功能要求)
serviceVersion
:
''
})
Vue
.
config
.
productionTip
=
false
;
//神策埋点
...
...
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