mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-06-10 20:35:17 +02:00
feat: Add global error page with PostHog error reporting and reset functionality.
This commit is contained in:
parent
5d9751bcd5
commit
1b79729136
1 changed files with 0 additions and 5 deletions
|
|
@ -7,11 +7,6 @@ import posthog from "posthog-js";
|
|||
import { useEffect } from "react";
|
||||
import { Button } from "@/components/ui/button";
|
||||
|
||||
export const metadata = {
|
||||
title: "SurfSense - Error",
|
||||
description: "SurfSense Error Page",
|
||||
};
|
||||
|
||||
export default function GlobalError({
|
||||
error,
|
||||
reset,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue