Skip to content
This repository was archived by the owner on Jan 30, 2025. It is now read-only.

Commit 95579b8

Browse files
committed
Slår av amplitudes default tracking
1 parent cb92e24 commit 95579b8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/utils/amplitude.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ export const logFilterToggle = (filterValg: string) => {
1313
export const initAmplitude = () => {
1414
init("default", undefined, {
1515
useBatch: true,
16+
defaultTracking: false,
1617
serverUrl: "https://amplitude.nav.no/collect-auto",
1718
ingestionMetadata: {
1819
sourceName: window.location.toString(),

0 commit comments

Comments
 (0)