Skip to content

Commit

Permalink
Merge pull request #293 from bilfeldt/patch-1
Browse files Browse the repository at this point in the history
Add context to ApplicationLogPayload
  • Loading branch information
freekmurze authored Feb 6, 2023
2 parents 30c8f18 + 38b4d7b commit 0c28a82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Watchers/ApplicationLogWatcher.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public function register(): void
return;
}

$payload = new ApplicationLogPayload($message->message);
$payload = new ApplicationLogPayload($message->message, $message->context);

/** @var Ray $ray */
$ray = app(Ray::class);
Expand Down

0 comments on commit 0c28a82

Please sign in to comment.