packagist sentry/sentry-laravel 4.1.0

latest releases: dev-span-sampled-tests, dev-spotlight, dev-queue-module...
5 months ago

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 the SENTRY_TRACE_SQL_BINDINGS_ENABLED environment variable to true.

    'tracing' => [
        'sql_bindings' => true,
    ],

Misc

  • Unify backtrace origin span attributes (#803)
  • Add ignore_exceptions & ignore_transactions to default config (#802)

Don't miss a new sentry-laravel release

NewReleases is sending notifications on new releases.