Add project open event

Give the caller of report_app_event() the choice of whether to immediately flush the queue or not.
This commit is contained in:
Joseph T. Lyons 2023-12-22 20:23:55 -05:00
parent 72b3a1dd9a
commit b1870af386
6 changed files with 17 additions and 9 deletions

View file

@ -174,7 +174,7 @@ fn main() {
};
client
.telemetry()
.report_app_event(telemetry_settings, event_operation);
.report_app_event(telemetry_settings, event_operation, true);
let app_state = Arc::new(AppState {
languages,