fix: remove sentry from web app and build fixes

This commit is contained in:
sriram veeraghanta 2025-01-07 00:37:40 +05:30
parent 790ecee629
commit edb68a1bc6
9 changed files with 4 additions and 129 deletions

View file

@ -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>