Skip to content

Commit 5b7001b

Browse files
committed
early test my own script
1 parent 6776979 commit 5b7001b

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

apps/dashboard/app/layout.tsx

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -123,13 +123,7 @@ export default function RootLayout({
123123
? "5ced32e5-0219-4e75-a18a-ad9826f85698"
124124
: "3ed1fce1-5a56-4cb6-a977-66864f6d18e3"
125125
}
126-
maskPatterns={["/websites/***"]}
127-
scriptUrl={
128-
isLocalhost
129-
? "https://databuddy.b-cdn.net/databuddy.js"
130-
: "https://cdn.databuddy.cc/databuddy.js"
131-
}
132-
skipPatterns={[]}
126+
scriptUrl="https://databuddy.b-cdn.net/databuddy.js"
133127
trackAttributes={true}
134128
trackErrors={true}
135129
trackPerformance={true}

0 commit comments

Comments
 (0)