Skip to content

Commit

Permalink
removed conflicting check
Browse files Browse the repository at this point in the history
  • Loading branch information
GabrielCC authored Mar 5, 2024
1 parent 408d023 commit 418d45e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/Treblle.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,6 @@ public static function log(Endpoint $endpoint, Data $data, string $projectId = n
return;
}

if (! in_array(\config('app.env'), \explode(',', $treblleConfig['ignored_environments']), true)) {
return;
}

/** @var string $appEnvironment */
$appEnvironment = config('app.env', 'unknownEnvironment');
Expand Down

0 comments on commit 418d45e

Please sign in to comment.