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 048da1d commit c1ac078Copy full SHA for c1ac078
apps/dashboard/app/layout.tsx
@@ -123,11 +123,13 @@ export default function RootLayout({
123
? '5ced32e5-0219-4e75-a18a-ad9826f85698'
124
: '3ed1fce1-5a56-4cb6-a977-66864f6d18e3'
125
}
126
+ maskPatterns={['/websites/***']}
127
scriptUrl={
128
isLocalhost
129
? 'http://localhost:3000/databuddy.js'
130
: 'https://cdn.databuddy.cc/databuddy.js'
131
132
+ skipPatterns={[]}
133
trackAttributes={true}
134
trackErrors={true}
135
trackPerformance={true}
0 commit comments