We tried to disable tracking of IP addresses by providing the trackingOptions object when calling amplitude.init of the SDK. IP addresses are still stored in Amplitude. Is there some other configuration overriding it?
Expected Behavior
I would expect no information about IP, location, operating system, or browser stored in Amplitude events.
Current Behavior
My information is stored. The IP address is not even anonymised/truncated.
Steps to Reproduce
- Provide a
trackingOptions object when calling amplitude.init as shown here: https://amplitude.com/docs/sdks/analytics/browser/browser-sdk-2#optional-tracking
- track event by calling
amplitude.track
- Check data stored in Amplitude dashboard
Environment
- JS SDK Version: amplitude-ts/2.24.1
- Installation Method: NPM
- Browser and Version: Chrome 140
We tried to disable tracking of IP addresses by providing the
trackingOptionsobject when callingamplitude.initof the SDK. IP addresses are still stored in Amplitude. Is there some other configuration overriding it?Expected Behavior
I would expect no information about IP, location, operating system, or browser stored in Amplitude events.
Current Behavior
My information is stored. The IP address is not even anonymised/truncated.
Steps to Reproduce
trackingOptionsobject when callingamplitude.initas shown here: https://amplitude.com/docs/sdks/analytics/browser/browser-sdk-2#optional-trackingamplitude.trackEnvironment