We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 680587b commit 3eb84e9Copy full SHA for 3eb84e9
CHANGELOG.md
@@ -27,9 +27,9 @@ The Sentry SDK team is happy to announce the immediate availability of Sentry La
27
Use the Log facade to sent your logs to Sentry. To learn more, head over to the [Laravel docs](https://laravel.com/docs/logging).
28
29
```php
30
- use use Illuminate\Support\Facades\Log;
+ use Illuminate\Support\Facades\Log;
31
32
- Log::driver('sentry')->info('User {id} failed to login.', ['id' => $user->id]);
+ Log::channel('sentry')->info('User {id} failed to login.', ['id' => $user->id]);
33
```
34
35
## 4.14.1
0 commit comments