Skip to content

Commit 3eb84e9

Browse files
committed
Update CHANGELOG.md
1 parent 680587b commit 3eb84e9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ The Sentry SDK team is happy to announce the immediate availability of Sentry La
2727
Use the Log facade to sent your logs to Sentry. To learn more, head over to the [Laravel docs](https://laravel.com/docs/logging).
2828

2929
```php
30-
use use Illuminate\Support\Facades\Log;
30+
use Illuminate\Support\Facades\Log;
3131

32-
Log::driver('sentry')->info('User {id} failed to login.', ['id' => $user->id]);
32+
Log::channel('sentry')->info('User {id} failed to login.', ['id' => $user->id]);
3333
```
3434

3535
## 4.14.1

0 commit comments

Comments
 (0)