We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8de181d commit 39b7f9fCopy full SHA for 39b7f9f
docs/app/layout.tsx
@@ -1,9 +1,9 @@
1
+import * as Sentry from "@sentry/nextjs";
2
import { Analytics } from "@vercel/analytics/react";
3
import { Banner } from "fumadocs-ui/components/banner";
4
import { RootProvider } from "fumadocs-ui/provider";
5
import { Metadata } from "next";
6
import type { ReactNode } from "react";
-import * as Sentry from "@sentry/nextjs";
7
8
import { getFullMetadata } from "@/util/getFullMetadata";
9
0 commit comments