We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c34d7cd commit 23629f4Copy full SHA for 23629f4
src/apm/logger/LoggerFactory.php
@@ -23,7 +23,7 @@ public static function create(?string $runwayConfigPath = null): LoggerInterface
23
$storageType = $runwayConfig['apm']['source_type'];
24
switch($storageType) {
25
case 'sqlite':
26
- return new SqliteLogger($runwayConfig['apm']['dest_db_dsn']);
+ return new SqliteLogger($runwayConfig['apm']['source_db_dsn']);
27
default:
28
throw new InvalidArgumentException("Unsupported storage type: $storageType");
29
}
0 commit comments