Skip to content

Commit 292d19e

Browse files
chargomeantonpirker
authored andcommitted
feat(platform): Enable plausible tagged events (#13848)
Enables custom events in our plausible provider
1 parent bfff24d commit 292d19e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/layout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ export default function RootLayout({children}: {children: React.ReactNode}) {
3333
return (
3434
<html lang="en" suppressHydrationWarning>
3535
<head>
36-
<PlausibleProvider domain="docs.sentry.io,rollup.sentry.io" />
36+
<PlausibleProvider taggedEvents domain="docs.sentry.io,rollup.sentry.io" />
3737
</head>
3838
<body className={rubik.variable} suppressHydrationWarning>
3939
<ThemeProvider

0 commit comments

Comments
 (0)