UNPKG
se-report
Version:
latest (0.0.1)
0.0.1
report js error to your log-server
github.com/iNuanfeng/se-report
iNuanfeng/se-report
se-report
/
demo
/
index.js
12 lines
(11 loc)
•
244 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
var
SE_REPORT =
require
(
'../src/se-report'
); SE_REPORT.
init
({
pid
:
'duiba'
,
url
:
'http://localhost:4000/collect'
,
ext
: {
params
: [
'a_tuiaId'
,
'age'
],
media
: function() {
return
window.CFG.mediaName; } } });