-
Notifications
You must be signed in to change notification settings - Fork 55
Open
Labels
bugSomething isn't workingSomething isn't working
Description
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
trackingOptionsobject when callingamplitude.initas 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
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working