Skip to content

Commit 185015a

Browse files
authored
feat(platform): Explicitly disable kapa tracking (#13860)
1 parent 88dba8b commit 185015a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/layout.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ export default function RootLayout({children}: {children: React.ReactNode}) {
5858
data-font-family="var(--font-rubik)"
5959
data-modal-disclaimer="Please note: This is a tool that searches publicly available sources. Do not include any sensitive or personal information in your queries. For more on how Sentry handles your data, see our [Privacy Policy](https://sentry.io/privacy/)."
6060
data-modal-example-questions="How to set up Sentry for Next.js?,What are tracePropagationTargets?"
61+
data-user-analytics-cookie-enabled="false"
6162
/>
6263
</body>
6364
</html>

0 commit comments

Comments
 (0)