You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -369,6 +369,15 @@ devLog('Called Fedex API with:', $payload)
369
369
370
370
Now you will have an entry in your database table with the payload and the associated name.
371
371
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.
0 commit comments