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:
parent
72b3a1dd9a
commit
b1870af386
6 changed files with 17 additions and 9 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue