Operations | Monitoring | ITSM | DevOps | Cloud

Monitor and Debug Laravel Applications with Sentry

Join me for a hands-on workshop where we'll debug real-world issues in a Laravel and React application using Sentry. We'll tackle three common production problems: You'll learn how to use Sentry's powerful tools including: Performance monitoring and tracing Error context enrichment Seer AI for root cause analysis Session Replay and Breadcrumbs By the end, you'll be equipped to debug complex issues in your own applications with confidence!

Application Debugging in Sentry with Flags, Tracing, and Seer

In this video, Cody takes you on a tour or fixing problems in the Unborked marketplace using Flags, Traces, and Seer! Sentry is all about giving you options when it comes to debugging - whether its using the dev toolbar to manage feature flags on the fly, using replays and tracing to dive deep into whats happening in your application, or even using Seer (in beta) to pull all the context from your application together - everything from traces, to errors, to stack traces and more - and give you a root cause of what went wrong, and pull a PR to fix it.

Investigating External API Slowdowns

Oftentimes we need to depend on external APIs to achieve the functionality your app offers. And as we all know, dependencies = points of failure. You don’t own what you don’t control. That’s why it’s super important to keep an eye on them. In this video we’re going to see how we can use Sentry to monitor third party APIs to figure out if they’re causing slowdowns in our own app.