fix: remove sentry from web app and build fixes
This commit is contained in:
parent
790ecee629
commit
edb68a1bc6
9 changed files with 4 additions and 129 deletions
|
|
@ -1,15 +1,8 @@
|
|||
"use client";
|
||||
|
||||
// import { useEffect } from "react";
|
||||
// import * as Sentry from "@sentry/nextjs";
|
||||
import NextError from "next/error";
|
||||
|
||||
// export default function GlobalError({ error }: { error: Error & { digest?: string } }) {
|
||||
export default function GlobalError() {
|
||||
// useEffect(() => {
|
||||
// Sentry.captureException(error);
|
||||
// }, [error]);
|
||||
|
||||
return (
|
||||
<html>
|
||||
<body>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue