Skip to content

Commit

Permalink
Save call to Telemetry\System->snapshot().
Browse files Browse the repository at this point in the history
  • Loading branch information
staabm authored and sebastianbergmann committed Mar 12, 2024
1 parent a3ce296 commit 81bcbcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Event/Emitter/DispatchingEmitter.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ public function __construct(Dispatcher $dispatcher, Telemetry\System $system)
$this->system = $system;

$this->startSnapshot = $system->snapshot();
$this->previousSnapshot = $system->snapshot();
$this->previousSnapshot = $this->startSnapshot;
}

/**
Expand Down

0 comments on commit 81bcbcd

Please sign in to comment.