(&self, _sandbox_id: &str)
| 22 | pub fn sandbox_session_disconnected(&self, _sandbox_id: &str) {} |
| 23 | |
| 24 | pub fn end_sandbox_session(&self, _sandbox_id: &str) {} |
| 25 | |
| 26 | pub fn record_network_activity(&self, sandbox_id: &str, summary: &NetworkActivitySummary) { |
| 27 | if sandbox_id.is_empty() || !openshell_core::telemetry::enabled() { |
no outgoing calls