chore(electron): re-enable sentry for electron (#7898)

related
https://github.com/toeverything/AFFiNE/pull/7001
This commit is contained in:
pengx17
2024-08-17 04:32:49 +00:00
parent f324fa4719
commit 23c73243ab
5 changed files with 482 additions and 17 deletions
@@ -1,3 +1,5 @@
import '@sentry/electron/preload';
import { contextBridge } from 'electron';
import { appInfo, getElectronAPIs } from './electron-api';