Skip to content

Commit

Permalink
Merge pull request #7 from potsky/master
Browse files Browse the repository at this point in the history
Fix README.md with correct rollbar person data
  • Loading branch information
jenssegers committed Feb 23, 2015
2 parents eb62b20 + bc3eb21 commit d4f6d83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Your other log messages will also be sent to Rollbar:
You can pass user information as context like this:

Log::error('Something went wrong', [
'person' => ['id' => 123, name' => 'John Doe', 'email' => 'john@doe.com']
'person' => ['id' => 123, 'username' => 'John Doe', 'email' => 'john@doe.com']
]);

Or pass some extra information:
Expand Down

0 comments on commit d4f6d83

Please sign in to comment.