Laravel package Inspector

Simple Code Execution Monitoring,
built for Laravel developers

Watch inside the execution of Controllers, Jobs, Artisan Commands, and more.

Plug & Play

Just sign up and you’re ready to go! No need to learn big data stuff, install servers in the Cloud or become a master of internet security.

All you need is our Laravel package.

We are a team of developers like you, we don’t want waste your time. A stunning developer’s experience is our top priority.

If you want learn more about Inspector before start, take a look on our public article about Laravel real-time monitoring with Inspector.

Automatic Process Discovery

After installing the Laravel package, Inspector automatically identifies all the processes your application runs during its normal operations.

Not just the http requests, but also everything running in background (Jobs, Artisan Commands, Email, Notifications, etc.) will be monitored about performance, throughput, memory consumption and more.

You can easily keep under control the most used parts of your application.

Code Execution Timeline

Manual code debugging is time consuming, error-prone, and is not scalable.

“Timeline” is a visual representation of the execution flow inside your application processes:

  • Eloquent queries
  • Redis operations
  • Authorization statements
  • Blade view rendering

and so on.

This is the right tool to immediately understand which statement can be optimized to make your application more efficient and prevent unexpected incidents.

Make visual comparisons with the “Performance Distribution Chart”

Each process in your application isn’t executed always at the same performance, but they probably fluctuate constantly between fast and slow based on the environment context.

Thanks to the “Performance Distribution Chart” you can click on a bar in the left side of the chart and explore an execution occurrence in case of good performance, and make a comparison with another sample in the right side of the chart that means bad performance.

In just two clicks you can immediately identify which task (or tasks) slows down when the process (a Job, a request, a console command, etc.) slows down.

You can save hours or even days to identify and fix the specific part of your code that is causing performance degradation without your customers experiencing unexpected service interruptions.

Exception Detection

Inspector provides you with a remote dashboard to monitor and explore exceptions thrown by your code.

Stacktrace includes the code snippets so you can quickly identify the line of code that is causing the issue and think about a possible solution even before opening your IDE.

Error details view also connect the exception with the timeline of the process that threw the error, so you can get more information about the context in which the problem occurred.

Fixing your application before users stumble onto the problem will drastically reduce negative impacts on your customer base.

Notification Channels

Last but not least, Inspector includes a smart alerting system to deliver important notifications to you and your team members when something goes wrong in your production environment.

You can route notifications via a variety of delivery channels, so you can basically connect your application with one or more of your favorite tools and create an automated and informed workplace.

Email notification channels
Slack notification channel
Pagerduty notification channel
Pushover notification channel
Webhook notification channel