Skip to content

Commit 6412fcb

Browse files
BenConstabledcramer
authored andcommitted
Adds missing data array into 5.1 query handler
1 parent d6f3f58 commit 6412fcb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Sentry/SentryLaravel/SentryLaravelEventHandler.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,7 @@ protected function queryHandler($query, $bindings, $time, $connectionName)
133133
$this->record([
134134
'message' => $query,
135135
'category' => 'sql.query',
136+
'data' => $data
136137
]);
137138
}
138139

0 commit comments

Comments
 (0)