Sponsor

Debugging and Logging in Laravel Applications

Published
Debugging and Logging in Laravel Applications image

The team at Sentry recently published a helpful guide on how to get the most out of Laravel’s built-in debugging and logging tools in development, and how to use Sentry to debug Laravel applications in production effectively.

While Laravel ships with a host of excellent debugging tools, knowing how and when to use the right tool—whether in development, staging, or production—can make the difference between quickly fixing issues and leaving problems hidden.

It also explores popular tools such as Laravel Debugbar, Telescope, and Xdebug, along with best practices for production environments. The guide walks you through setting up Sentry to send logs to Sentry, defining scope for authenticated users to tie users to data in Sentry, using custom tags to track events, and detecting poor performance in production.

What you’ll learn:

  • How Laravel uses Monolog for flexible, configurable logging
  • Which debugging tools work best for development (Debugbar, Telescope, Xdebug)
  • How to log and detect slow queries in your application
  • Why structured logs and error reporting are critical in production
  • How Sentry’s Laravel SDK can improve visibility and context for errors

For the complete article and code examples, check out Sentry’s original post: Debugging and logging in Laravel applications.

Paul Redmond photo

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

Filed in

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 →
Queue totalSize() and JobInterrupted Event in Laravel 13.31 image

Queue totalSize() and JobInterrupted Event in Laravel 13.31

Read article
Find Unexpected Test Inputs with Fuzz for Pest image

Find Unexpected Test Inputs with Fuzz for Pest

Read article
Laravel Rulebook: Business Rules That Change by Date image

Laravel Rulebook: Business Rules That Change by Date

Read article
Taylor disabled GitHub Issues on most Laravel open-source packages. image

Taylor disabled GitHub Issues on most Laravel open-source packages.

Read article
Exclude Vendor and Default Commands in `php artisan dev` image

Exclude Vendor and Default Commands in `php artisan dev`

Read article
The Laracon Archive image

The Laracon Archive

Read article