blob: 10eb0a44035c5ecd91650963b7b382d3d37848f7 [file] [log] [blame]
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Document</title>
</head>
<body>
<div>console test</div>
<script src="../dist/monitor.js"></script>
<script>
new ClientMonitor().init({
reportUrl: "http://baidu.com",
consoleErrors:true,
jsErrors: true,
promiseErrors: false,
vueErrors: false,
reactErrors: false,
ajaxErrors: false,
resourceErrors: false
});
ss();
</script>
</body>
</html>