Unify SubscriptionsTracked with Span::Update

This commit is contained in:
Héctor Ramón Jiménez 2025-04-21 05:12:08 +02:00
parent 5ce3892a1e
commit a105ad4f9f
No known key found for this signature in database
GPG key ID: 7CC46565708259A7
3 changed files with 13 additions and 22 deletions

View file

@ -254,12 +254,10 @@ where
}
},
Event::Program(message) => {
{
self.time_machine.push(&message);
self.time_machine.push(&message);
if self.time_machine.is_rewinding() {
debug::enable();
}
if self.time_machine.is_rewinding() {
debug::enable();
}
let span = debug::update(&message);