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 6412fcb commit 913664cCopy full SHA for 913664c
src/Sentry/SentryLaravel/SentryLaravelEventHandler.php
@@ -148,7 +148,7 @@ protected function queryExecutedHandler(QueryExecuted $query)
148
'connectionName' => $query->connectionName,
149
];
150
151
- if ($this->sqlBindings && !empty($bindings)) {
+ if ($this->sqlBindings && !empty($query->bindings)) {
152
$data['bindings'] = $query->bindings;
153
}
154
0 commit comments