You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 12, 2022. It is now read-only.
Log failed request and expose timestamp as an optional parameter (#49)
* Add basic logging when failed to send telemetry
* Log error when async sender thread terminated abnormally
* Lower log level to warning if failed to send request to the server
* Add timestamp to the options of the track methods, which helps in the cases of high precision or delayed tracking calls.
* Add test cases for custom timestamp in track methods
* Add test logger for unit tests
* Expose timestamp as an optional parameter only at telemetry channel but not at the track methods
* Update Changelog.md
* Make the optional timestamp parameter either of String type or Time type.
0 commit comments