Skip to content

Commit

Permalink
Disable SQL binding in breadcrumbs by default
Browse files Browse the repository at this point in the history
  • Loading branch information
stayallive committed Jul 25, 2023
1 parent 321013f commit cabc3f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/sentry.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
'sql_queries' => true,

// Capture bindings on SQL queries logged in breadcrumbs
'sql_bindings' => true,
'sql_bindings' => false,

// Capture queue job information in breadcrumbs
'queue_info' => true,
Expand Down

0 comments on commit cabc3f4

Please sign in to comment.