Skip to content

Commit

Permalink
Modify telescope provider
Browse files Browse the repository at this point in the history
  • Loading branch information
michalmytych committed Dec 28, 2023
1 parent cf72513 commit 4ec17f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Providers/TelescopeServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ public function register(): void
$this->hideSensitiveRequestDetails();

Telescope::filter(function (IncomingEntry $entry) {
if ($this->app->environment('local')) {
if ($this->app->environment('local', 'testing')) {
return true;
}

Expand Down

0 comments on commit 4ec17f5

Please sign in to comment.