Skip to content

Commit 665d97e

Browse files
authored
Update README.md
1 parent 95002f8 commit 665d97e

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,13 @@ UNDERSTAND_ENABLED=true
3131
UNDERSTAND_TOKEN=your-input-token-from-understand-io
3232
```
3333

34+
4. Send your first error
35+
36+
```php
37+
// anywhere inside your Laravel app
38+
\Log::error('Understand.io test error');
39+
```
40+
3441
- We recommend that you make use of a async handler - [How to send data asynchronously](#how-to-send-data-asynchronously)
3542
- If you are using Laravel 5.0 (`>= 5.0, < 5.1`) version, please read about - [How to report Laravel 5.0 exceptions](#how-to-report-laravel-50--50--51-exceptions).
3643
- For advanced configuration please read about - [Advanced configuration](#advanced-configuration)

0 commit comments

Comments
 (0)