Merge pull request #9155 from appwrite/christyjacob4-patch-1

Update general.php
This commit is contained in:
Christy Jacob 2025-01-04 12:21:17 +05:30 committed by GitHub
commit b680c5021a
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');