feat(renderer): 悦码渲染器增加 sentry 做异常监听
This commit is contained in:
3
apps/renderer/src/utils/alert.ts
Normal file
3
apps/renderer/src/utils/alert.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
export function test() {
|
||||
console.log('test');
|
||||
}
|
||||
1
apps/renderer/src/utils/index.ts
Normal file
1
apps/renderer/src/utils/index.ts
Normal file
@@ -0,0 +1 @@
|
||||
export * from './alert';
|
||||
Reference in New Issue
Block a user