By calling enableTracking() the field "sap_passport" will be automatically added to the config.
The rest of the tracking fields are handled as normal fields. That means in order to log them, the user has to explicitly declare the configuration of the tracking fields and add them to the config using addConfig()
By calling
enableTracking()
the field "sap_passport" will be automatically added to the config. The rest of the tracking fields are handled as normal fields. That means in order to log them, the user has to explicitly declare the configuration of the tracking fields and add them to the config usingaddConfig()