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 1b7bd84 commit 70e5a29Copy full SHA for 70e5a29
src/QueryWatcher.php
@@ -53,6 +53,7 @@ public function recordQuery(QueryExecuted $query): void
53
];
54
55
$attributes[TraceAttributes::DB_STATEMENT] = $query->sql;
56
+ /** @psalm-suppress PossiblyInvalidArgument */
57
$span->setAttributes($attributes);
58
$span->end($nowInNs);
59
}
0 commit comments