exceptionless / Exceptionless.Java

Exceptionless Java client
Apache License 2.0
6 stars 2 forks source link

addData method in Event class should take configuration data inclusions into consideration #65

Closed pc9795 closed 11 months ago

pc9795 commented 2 years 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

niemyjski commented 2 years ago

Nice find!

pc9795 commented 11 months ago

Closing as WAD