remove sentry

This commit is contained in:
focp212@naver.com
2025-11-10 11:08:26 +09:00
parent 24d0b38e5e
commit 916a3b4344
18 changed files with 36 additions and 369 deletions

View File

@@ -2,7 +2,7 @@ import { linkBridge, registerWebMethod } from '@webview-bridge/web';
import { NavigateOptions } from 'react-router-dom';
import { AppBridge, AppPostMessageSchema } from './output';
import { router } from './shared/configs/sentry';
import { router } from './shared/configs/router';
// Register functions in the registerWebMethod object in your web code
export const webBridge = registerWebMethod({