Skip to content
This repository has been archived by the owner on Apr 3, 2019. It is now read-only.

fix(metrics): POST metrics if *any* field has changed since the last send. #4602

Merged
merged 1 commit into from Jan 11, 2017

Commits on Jan 10, 2017

  1. fix(metrics): POST metrics if *any* field has changed since the last …

    …send.
    
    This fixes a problem where clicks on the app store marketing buttons were not
    recorded if metrics were already flushed but no new events were logged.
    
    The only two fields that do *not* cause metrics to be flushed are
    `duration` and `flushTime` since these will be different on every send.
    
    fixes #4479
    Shane Tomlinson committed Jan 10, 2017
    Configuration menu
    Copy the full SHA
    90b0627 View commit details
    Browse the repository at this point in the history