mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-31 17:19:56 +08:00
chore(core): handle the telemetry warnings in console (#6793)
This commit is contained in:
@@ -4,7 +4,7 @@ import '@affine/core/bootstrap/preload';
|
||||
import { appConfigProxy } from '@affine/core/hooks/use-app-config-storage';
|
||||
import { performanceLogger } from '@affine/core/shared';
|
||||
import { apis, events } from '@affine/electron-api';
|
||||
import { init, replayIntegration, setTags } from '@sentry/electron/renderer';
|
||||
import { init, setTags } from '@sentry/electron/renderer';
|
||||
import {
|
||||
init as reactInit,
|
||||
reactRouterV6BrowserTracingIntegration,
|
||||
@@ -50,7 +50,6 @@ function main() {
|
||||
createRoutesFromChildren,
|
||||
matchRoutes,
|
||||
}),
|
||||
replayIntegration(),
|
||||
],
|
||||
},
|
||||
reactInit
|
||||
|
||||
Reference in New Issue
Block a user