Skip to content

Commit 719585f

Browse files
committed
README.
1 parent a46454c commit 719585f

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -369,6 +369,15 @@ devLog('Called Fedex API with:', $payload)
369369

370370
Now you will have an entry in your database table with the payload and the associated name.
371371

372+
373+
## Telescope support
374+
375+
Package will automaticaly store exceptions into [telescope](https://laravel.com/docs/telescope).
376+
377+
Simply install telescope and mark the `developer.telescope` on `true`.
378+
379+
Telescope exceptions will be automatically stored on each `slack($e)->persist()` call, or custom using the `telescopeException($e, 'custom message')` helper.
380+
372381
## Testing
373382

374383
``` bash

0 commit comments

Comments
 (0)