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 0436946 commit 8e47dcdCopy full SHA for 8e47dcd
src/Sentry/Laravel/Tracing/EventHandler.php
@@ -233,7 +233,7 @@ protected function queryExecutedHandler(DatabaseEvents\QueryExecuted $query): vo
233
$queryOrigin = $this->resolveQueryOriginFromBacktrace();
234
235
if ($queryOrigin !== null) {
236
- $context->setData(['sql.origin' => $queryOrigin]);
+ $context->setData(['db.sql.origin' => $queryOrigin]);
237
}
238
239
0 commit comments