Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

请问不是Vue、React技术框架的项目怎样使用?(比如:基于Layui的项目) #46

Open
lvreninfo opened this issue Mar 27, 2024 · 2 comments

Comments

@lvreninfo
Copy link

请问不是Vue、React技术框架的项目怎样使用?
比如:基于Layui的项目、jQuery的旧项目等

@lvreninfo
Copy link
Author

目前是这样使用:

<script src="https://unpkg.com/@websee/[email protected]/dist/index.js"></script> <script> window['web-see'] && window['web-see'].init({ dsn: 'https://api.xxxxx.com/log', apikey: 'xxxxxxx', silentWhiteScreen: false, repeatCodeError: true, overTime: 200 }) </script>

@GuangMingZ
Copy link

可以直接在本地编译项目,然后把core/dist目录下的index.js文件手动copy到项目目录下,引用本地的sdk脚本

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants