Changed
- Changed the targeted and non targeted flows for creating agent.
#1844 - Add info about errors to TELEMETRY.md
Fixed
- Change agent to use current thread runtime, multi thread is enabled by
mistake.- Added a sleep before exiting both in layer and agent to allow
tokio::spawn
tasks spawned fromDrop
finish. - Changed implementation of pause guard to use
tokio::spawn
- fixes pause
in combination with above change.
- Added a sleep before exiting both in layer and agent to allow
- Fix analytics not being sent on drop