Skip to content

Commit

Permalink
Fix typo in PHP Laravel docs (#1178)
Browse files Browse the repository at this point in the history
  • Loading branch information
shengslogar authored and markstory committed Aug 25, 2019
1 parent 0b23c1d commit 9f62603
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/collections/_documentation/platforms/php/laravel.md
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ Optionally, you can set the logging level and if events should bubble on the dri
],
```

### Naming you log channels
### Naming your log channels

If you have multiple log channels you would like to filter on inside the Sentry interface, you can add the `name` attribute to the log channel.
It will show up in Sentry as the `logger` tag, which is filterable.
Expand Down

0 comments on commit 9f62603

Please sign in to comment.