Closed pc9795 closed 11 months ago
Right now we have this method signature to add data once an Event object is created
public void addData(Map<String, Object> data, Set<String> dataExclusions) {
It explicitly asks for data exclusions with the data and doesn't take the configuration default data exclusion into consideration
Nice find!
Closing as WAD
Right now we have this method signature to add data once an Event object is created
It explicitly asks for data exclusions with the data and doesn't take the configuration default data exclusion into consideration