Releases: In-Touch/laravel-newrelic
Releases · In-Touch/laravel-newrelic
Fix queue transaction listeners to work with Laravel/Lumen 5.3+
Add support for Queued Job transactions
Add support for Queued Job transactions (#48) Queued jobs should also have intelligent naming, and be marked properly as background tasks.
Laravel 5.4.x Support
2.2.0 Update for 5.4 tag
Run `nameTransaction` on `router.matched` event - Laravel 5.0/5.1
This change updates the service provider to run nameTransaction
on the router.matched
event, rather than after the router. This will cause exceptions to be properly named as nameTransactions will have run before, rather than causing this to never run.
General fixes
- Does not use static
App::
call - Handles route closures
Laravel 5.2 support
This has breaking changes for Laravel 5.0/5.1 support, stay on the 2.0.x branch for L5.1 support.
1.1.6: Merge pull request #25 from stevensunny/patch-1.1
Fixes an issue with route naming in the default name provider.
Laravel 5 and Model Observers
- Adds support for Laravel 5
- Rewrote transaction naming
- Added Eloquent model observers
- Improved documentation
fix when before filter returns a response
Merge pull request #12 from weotch/patch-1 Check if there is a current route defined before getting the action