Skip to content

Releases: In-Touch/laravel-newrelic

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

Choose a tag to compare

@lukewaite lukewaite released this 06 Feb 01:47
18673d9
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

Choose a tag to compare

@lukewaite lukewaite released this 26 Jan 19:48
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

Choose a tag to compare

@pleckey pleckey released this 04 Apr 14:56
2.2.0

Update for 5.4 tag

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

Choose a tag to compare

@lukewaite lukewaite released this 28 Mar 16:45

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

Choose a tag to compare

@pleckey pleckey released this 14 Oct 13:15
  • Does not use static App:: call
  • Handles route closures

Laravel 5.2 support

Choose a tag to compare

@pleckey pleckey released this 05 May 12:31

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

Choose a tag to compare

@pleckey pleckey released this 24 Apr 02:13

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

Laravel 5 and Model Observers

Choose a tag to compare

@pleckey pleckey released this 11 Mar 18:37
  • Adds support for Laravel 5
  • Rewrote transaction naming
  • Added Eloquent model observers
  • Improved documentation

fix when before filter returns a response

Choose a tag to compare

@pleckey pleckey released this 26 Jun 13:02
Merge pull request #12 from weotch/patch-1

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

1.1.4

Choose a tag to compare

@pleckey pleckey released this 05 Feb 17:51
  • adds the ability to call getTransactionName() from within a closure