analytics_flutter icon indicating copy to clipboard operation
analytics_flutter copied to clipboard

setFlushPolicies method is overwriting Configuration properties

Open dtlucho opened this issue 8 months ago • 1 comments

The setFlushPolicies method is overwriting Configuration.collectDeviceId property. Since it has a default value and the method creates a new Configuration object without passing the collectDeviceId property, it overwrites it with the default value.

Current implementation: Image

Proposed fix: Image

dtlucho avatar Mar 26 '25 19:03 dtlucho