We published sentry/sentry-laravel@0.4.0 today which brings two exciting new features:
- Named transactions instead of culprits (such as the route name or the path)
- SQL queries in breadcrumbs
A screenshot speaks a thousand words, so here’s an example running a Laravel 4 application:
By default we’ll also capture the bindings of all SQL queries, though this can be disabled within your sentry.php
configuration file.