Skip to content

Taplytics Release 1.10.4

Compare
Choose a tag to compare
@VicV VicV released this 03 Aug 20:31
· 249 commits to master since this release
  1. Timeout declaration have been removed from callbacks and added as a Taplytics starting parameter

    For example, you now can start Taplytics as such:
    Taplytics.startTaplytics(Context, ApiKey, Options, TIMEOUT, listener)

    When this timeout is reached, Taplytics will continue and ONLY use values stored on disk for the remainder of the session.

  2. Improve code block timeout and cache interaction.

  3. Make fewer socket connection calls on debug app startup.

  4. Kickoff all variableupdated and visual editor changes with disk or default values immediately after timeout.

  5. Devices which have a delay to start Taplytics (such as via segment) will now track the main activity start more consistently.

  6. Debug devices which time out can now kick off pairing without needing to restart the app.