Skip to content

Commit

Permalink
Merge pull request #87 from GabrielCC/patch-1
Browse files Browse the repository at this point in the history
removed conflicting check
  • Loading branch information
JustSteveKing authored Mar 5, 2024
2 parents 408d023 + 418d45e commit b110d83
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 b110d83

Please sign in to comment.