Skip to content

Commit

Permalink
Replace another location
Browse files Browse the repository at this point in the history
  • Loading branch information
JosephTLyons committed Feb 2, 2025
1 parent 0474c8c commit 0624130
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/client/src/telemetry.rs
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ impl Telemetry {
// TestAppContext ends up calling this function on shutdown and it panics when trying to find the TelemetrySettings
#[cfg(not(any(test, feature = "test-support")))]
fn shutdown_telemetry(self: &Arc<Self>) -> impl Future<Output = ()> {
self.report_app_event("App Closed".to_string());
telemetry::event!("App Closed");
// TODO: close final edit period and make sure it's sent
Task::ready(())
}
Expand Down

0 comments on commit 0624130

Please sign in to comment.