diff --git a/app/layout.tsx b/app/layout.tsx index b80bb12c9f03d..5bbdd7d12227b 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -4,6 +4,7 @@ import {Theme} from '@radix-ui/themes'; import type {Metadata} from 'next'; import {Rubik} from 'next/font/google'; import Script from 'next/script'; +import PlausibleProvider from 'next-plausible'; import {ThemeProvider} from 'sentry-docs/components/theme-provider'; @@ -31,6 +32,9 @@ export const metadata: Metadata = { export default function RootLayout({children}: {children: React.ReactNode}) { return ( + + + +