Skip to content

Releases: In-Touch/laravel-newrelic

Fix queue transaction listeners to work with Laravel/Lumen 5.3+

06 Feb 01:47
18673d9
Compare
Choose a tag to compare
Merge pull request #61 from InteractionDesignFoundation/laravel-5.7

 Fix queue transaction listeners to work with Laravel/Lumen 5.3+

Add support for Queued Job transactions

26 Jan 19:48
Compare
Choose a tag to compare
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

04 Apr 14:56
Compare
Choose a tag to compare
2.2.0

Update for 5.4 tag

Run `nameTransaction` on `router.matched` event - Laravel 5.0/5.1

28 Mar 16:45
Compare
Choose a tag to compare

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

14 Oct 13:15
Compare
Choose a tag to compare
  • Does not use static App:: call
  • Handles route closures

Laravel 5.2 support

05 May 12:31
Compare
Choose a tag to compare

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

24 Apr 02:13
Compare
Choose a tag to compare

Fixes an issue with route naming in the default name provider.

Laravel 5 and Model Observers

11 Mar 18:37
Compare
Choose a tag to compare
  • Adds support for Laravel 5
  • Rewrote transaction naming
  • Added Eloquent model observers
  • Improved documentation

fix when before filter returns a response

26 Jun 13:02
Compare
Choose a tag to compare
Merge pull request #12 from weotch/patch-1

Check if there is a current route defined before getting the action

1.1.4

05 Feb 17:51
Compare
Choose a tag to compare
  • adds the ability to call getTransactionName() from within a closure