|
@@ -22,10 +22,12 @@ class TelescopeServiceProvider extends TelescopeApplicationServiceProvider
|
|
|
$this->hideSensitiveRequestDetails();
|
|
|
|
|
|
Telescope::filter(function (IncomingEntry $entry) {
|
|
|
- if ($this->app->environment('local')) {
|
|
|
- return true;
|
|
|
- }
|
|
|
|
|
|
+// if ($this->app->environment('local')) {
|
|
|
+// return true;
|
|
|
+// }
|
|
|
+
|
|
|
+ return true;
|
|
|
return $entry->isReportableException() ||
|
|
|
$entry->isFailedRequest() ||
|
|
|
$entry->isFailedJob() ||
|