Update general.php

This commit is contained in:
Christy Jacob 2025-01-02 19:03:28 +05:30 committed by GitHub
parent a08c71d9d2
commit bdb93cd323
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -835,7 +835,7 @@ App::error()
$adapter = new Sentry($projectId, $key, $host);
$logger = new Logger($adapter);
$logger->setSample(0.04);
$logger->setSample(0.01);
$publish = true;
} else {
throw new \Exception('Invalid experimental logging provider');