feat(renderer): 悦码渲染器增加 sentry 做异常监听

This commit is contained in:
wangxuefeng
2025-03-20 20:09:49 +08:00
parent 22145b3893
commit 64b59a06a3
10 changed files with 408 additions and 1 deletions

View File

@@ -0,0 +1,3 @@
export function test() {
console.log('test');
}

View File

@@ -0,0 +1 @@
export * from './alert';