mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-07-04 22:02:16 +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 { useEffect } from "react";
|
||||||
import { Button } from "@/components/ui/button";
|
import { Button } from "@/components/ui/button";
|
||||||
|
|
||||||
export const metadata = {
|
|
||||||
title: "SurfSense - Error",
|
|
||||||
description: "SurfSense Error Page",
|
|
||||||
};
|
|
||||||
|
|
||||||
export default function GlobalError({
|
export default function GlobalError({
|
||||||
error,
|
error,
|
||||||
reset,
|
reset,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue