Skip to content

Commit 81bcbcd

Browse files
staabmsebastianbergmann
authored andcommitted
Save call to Telemetry\System->snapshot().
1 parent a3ce296 commit 81bcbcd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Event/Emitter/DispatchingEmitter.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ public function __construct(Dispatcher $dispatcher, Telemetry\System $system)
4242
$this->system = $system;
4343

4444
$this->startSnapshot = $system->snapshot();
45-
$this->previousSnapshot = $system->snapshot();
45+
$this->previousSnapshot = $this->startSnapshot;
4646
}
4747

4848
/**

0 commit comments

Comments
 (0)