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 bfff24d commit 292d19eCopy full SHA for 292d19e
app/layout.tsx
@@ -33,7 +33,7 @@ export default function RootLayout({children}: {children: React.ReactNode}) {
33
return (
34
<html lang="en" suppressHydrationWarning>
35
<head>
36
- <PlausibleProvider domain="docs.sentry.io,rollup.sentry.io" />
+ <PlausibleProvider taggedEvents domain="docs.sentry.io,rollup.sentry.io" />
37
</head>
38
<body className={rubik.variable} suppressHydrationWarning>
39
<ThemeProvider
0 commit comments