Skip to content

Commit c1ac078

Browse files
committed
feat: masked patterns
1 parent 048da1d commit c1ac078

File tree

4 files changed

+184
-59
lines changed

4 files changed

+184
-59
lines changed

apps/dashboard/app/layout.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,11 +123,13 @@ export default function RootLayout({
123123
? '5ced32e5-0219-4e75-a18a-ad9826f85698'
124124
: '3ed1fce1-5a56-4cb6-a977-66864f6d18e3'
125125
}
126+
maskPatterns={['/websites/***']}
126127
scriptUrl={
127128
isLocalhost
128129
? 'http://localhost:3000/databuddy.js'
129130
: 'https://cdn.databuddy.cc/databuddy.js'
130131
}
132+
skipPatterns={[]}
131133
trackAttributes={true}
132134
trackErrors={true}
133135
trackPerformance={true}

0 commit comments

Comments
 (0)