Skip to content

Commit

Permalink
⬆️ Fix the "spurious fleet trips" by updating the plugin
Browse files Browse the repository at this point in the history
Before this fix, we checked for fleet status only in the EXITED_GEOFENCE case.
This meant that the VISIT transitions started trip tracking, which led to
spurious trips. Fixed by adding a fleet check to this case as well.

Related PR: e-mission/e-mission-data-collection#234
Related release: https://github.com/e-mission/e-mission-data-collection/releases/tag/v1.9.0
  • Loading branch information
shankari committed Sep 7, 2024
1 parent b81804a commit 1de8f78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.cordovabuild.json
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@
"cordova-plugin-app-version": "0.1.14",
"cordova-plugin-customurlscheme": "5.0.2",
"cordova-plugin-device": "2.1.0",
"cordova-plugin-em-datacollection": "git+https://github.com/e-mission/e-mission-data-collection.git#v1.8.9",
"cordova-plugin-em-datacollection": "git+https://github.com/e-mission/e-mission-data-collection.git#v1.9.0",
"cordova-plugin-em-opcodeauth": "git+https://github.com/e-mission/cordova-jwt-auth.git#v1.7.2",
"cordova-plugin-em-server-communication": "git+https://github.com/e-mission/cordova-server-communication.git#v1.2.7",
"cordova-plugin-em-serversync": "git+https://github.com/e-mission/cordova-server-sync.git#v1.3.3",
Expand Down

0 comments on commit 1de8f78

Please sign in to comment.