Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
freekmurze committed Mar 3, 2021
1 parent ee905ec commit 9ed03dd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

All notable changes to `ray` will be documented in this file

## 1.21.1 - 2021-03-03

- do not require hostname

## 1.21.0 - 2021-03-03

- add `hostname` in the origin section of a payload
Expand Down
2 changes: 1 addition & 1 deletion src/Origin/Origin.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ class Origin
* @param string|null $file
* @param int|null $lineNumber
*/
public function __construct($file, $lineNumber, $hostname)
public function __construct($file, $lineNumber, $hostname = '')
{
$this->file = $file;

Expand Down

0 comments on commit 9ed03dd

Please sign in to comment.