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
New event added for sending analytics within package on errors (#229)
* Added new event + refactoring sentEvent on impl
* Fix tests + limiting one error event for logFileStats
* Make `Analytics` required for `LogHandler`
* Make error sent a field in class
* Events added for error handling in session handler
* Remove unnecessary `io` import
* Refactoring `legacyOptOut` to use loop
* Only expose `sentEvents` on the `FakeAnalytics` instance
* Bump version
* Misc
* Convert to wip
* Pass send method instead of `Analytics` + nits
* `ErrorHandler` class created + used in session
* Use `ErrorHandler` with `LogHandler`
* Check telemetry status in `Session`
* Tests added for the survey handler
* Fix error
* Tests added for log handler exceptions
* Use set for sent error messages
* Test added to check for 2 unique error events
0 commit comments