Laravel Packages

New Relic Package for Laravel Apps

Published
New Relic Package for Laravel Apps image

The Laravel New Relic package enhances New Relic performance monitoring for Laravel apps. While New Relic works with Laravel applications out of the box, this package reports optimized transactions for Laravel.

Out of the box, this package can tune transactions for:

  • HTTP transactions are handled with a global middleware on each request
  • CLI requests are filtered out for noise (so long-running calls like php artisan horizon won't skew your stats).
  • Queued jobs record a transaction automatically as each one starts and ends.
  • Artisan commands are recorded as individual transactions.
  • Scheduled tasks are monitored as each one is executed.

Additionally, this package can notify New Relic of code deployments (which can help isolate performance issues and errors) and simulate transactions in environments where the package cannot detect the New Relic PHP module.

php artisan new-relic:deploy

The configuration file has more details on how to configure this package, ignore commands, and even ignore route patterns. It comes with sensible yet customizable defaults.

You can learn more about this package, get full installation instructions, and view the source code on GitHub.

Paul Redmond photo

Staff writer at Laravel News. Full stack web developer and author.

Sponsored

laravelcloud logo
Laravel Cloud

Easily create and manage your servers and deploy your Laravel applications in seconds.

Visit Laravel Cloud

The latest

View all →
CPX: The Composer Package Executor for PHP image

CPX: The Composer Package Executor for PHP

Read article
Laravel AI SDK Adds Human-in-the-Loop Tool Approval image

Laravel AI SDK Adds Human-in-the-Loop Tool Approval

Read article
Pest 5 Released With Test Impact Analysis, Agent Verification, and Evals image

Pest 5 Released With Test Impact Analysis, Agent Verification, and Evals

Read article
Queue-SQL: Run Mass Deletes and Updates Across Parallel Queue Jobs image

Queue-SQL: Run Mass Deletes and Updates Across Parallel Queue Jobs

Read article
Blade Formatting in Laravel Pint image

Blade Formatting in Laravel Pint

Read article
Inertia DevTools Is Now on the Chrome Web Store image

Inertia DevTools Is Now on the Chrome Web Store

Read article