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 6abf7e5 commit 0f32831Copy full SHA for 0f32831
app/layout.tsx
@@ -32,11 +32,7 @@ export default function RootLayout({children}: {children: React.ReactNode}) {
32
return (
33
<html lang="en" suppressHydrationWarning>
34
<head>
35
- <PlausibleProvider
36
- enabled
37
- trackLocalhost
38
- domain="docs.sentry.io,rollup.sentry.io"
39
- />
+ <PlausibleProvider domain="docs.sentry.io,rollup.sentry.io" />
40
</head>
41
<body className={rubik.variable} suppressHydrationWarning>
42
<ThemeProvider
0 commit comments