mirror of
https://github.com/clash-verge-rev/clash-verge-rev.git
synced 2026-01-29 17:15:38 +08:00
refactor: debugLog for frontend (#5587)
This commit is contained in:
@@ -71,8 +71,7 @@ export class TrafficErrorBoundary extends Component<Props, State> {
|
||||
url: window.location.href,
|
||||
};
|
||||
|
||||
console.log("[TrafficErrorBoundary] 错误报告:", errorReport);
|
||||
|
||||
console.error("[TrafficErrorBoundary] 错误报告:", errorReport);
|
||||
// TODO: 发送到错误监控服务
|
||||
// sendErrorReport(errorReport);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user