Home > @snowplow/node-tracker > Emitter > setAnonymization
Set if the requests from the emitter should be anonymized. Read more about anonymization used at https://docs.snowplow.io/docs/collecting-data/collecting-from-own-applications/snowplow-tracker-protocol/going-deeper/http-headers/.
Signature:
setAnonymization?: (shouldAnonymize: boolean) => void;