diff --git a/src/utils/amplitude.ts b/src/utils/amplitude.ts index 898cd336f..adc3e5f1e 100644 --- a/src/utils/amplitude.ts +++ b/src/utils/amplitude.ts @@ -14,13 +14,10 @@ const createAmpltiudeInstance = (): AmplitudeInstance => { .init(getApiKey(), undefined, { serverUrl: 'https://amplitude.nav.no/collect', useBatch: false, - autocapture: { - attribution: true, - fileDownloads: false, - formInteractions: false, - pageViews: true, - sessions: true, - elementInteractions: false, + autocapture: false, + identityStorage: 'localStorage', + trackingOptions: { + ipAddress: false, }, }) .promise.catch((error) => {