Skip to content

Commit

Permalink
disable client onerror report #5466 (#5559)
Browse files Browse the repository at this point in the history
  • Loading branch information
2nthony authored Mar 1, 2025
1 parent 7bfee68 commit ffd38a0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/next/pages/_app.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ import SystemVersionUpgrade from "next-common/components/systemVersionUpgrade";
import "@osn/previewer/styles.css";
import "next-common/styles/markdown.css";
import useInitMimir from "next-common/hooks/useInitMimir";
import { useReportOnClientError } from "next-common/hooks/useReportOnClientError";

NProgress.configure({
minimum: 0.3,
Expand Down Expand Up @@ -45,7 +44,6 @@ function MyApp({ Component, pageProps }) {
}

useInitMimir();
useReportOnClientError();

const {
connectedAccount,
Expand Down

0 comments on commit ffd38a0

Please sign in to comment.