Skip to content

Commit 8e47dcd

Browse files
committed
Update query origin context name
1 parent 0436946 commit 8e47dcd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Sentry/Laravel/Tracing/EventHandler.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ protected function queryExecutedHandler(DatabaseEvents\QueryExecuted $query): vo
233233
$queryOrigin = $this->resolveQueryOriginFromBacktrace();
234234

235235
if ($queryOrigin !== null) {
236-
$context->setData(['sql.origin' => $queryOrigin]);
236+
$context->setData(['db.sql.origin' => $queryOrigin]);
237237
}
238238
}
239239

0 commit comments

Comments
 (0)