4.1.0
The Sentry SDK team is happy to announce the immediate availability of Sentry Laravel SDK v4.1.0.
Features
-
Capture SQL query bindings (parameters) in SQL query spans (#804)
To enable this feature, update your
config/sentry.php
file or set theSENTRY_TRACE_SQL_BINDINGS_ENABLED
environment variable totrue
.'tracing' => [ 'sql_bindings' => true, ],