Skip to content

Commit

Permalink
Fixes access to app id
Browse files Browse the repository at this point in the history
  • Loading branch information
Oliver Wycisk committed May 10, 2024
1 parent cd2e91f commit d57e015
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Pulse/Recorders/ReverbConnections.php
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ public function record(IsolatedBeat $event): void

$this->pulse->record(
type: 'reverb_connections',
key: $app['app_id'],
key: $app->id(),
value: $connections,
timestamp: $event->time->getTimestamp(),
)->avg()->max()->onlyBuckets();
Expand Down

0 comments on commit d57e015

Please sign in to comment.