Operations | Monitoring | ITSM | DevOps | Cloud

Latest Videos

Sentry and Rookout Integration: A Better way to Find and Debug Errors in Your Code

Rookout’s new Sentry integration empowers you to fix bugs faster than ever before. Sentry features allow you to identify the exact location of an error in your code. With the Rookout integration, you will find an additional prompt to debug the issue live, in production, in Rookout. With the click of a button you will see the same line of code from Sentry highlighted in Rookout’s IDE-like interface, without restarting, redeploying or adding more code. In Rookout you can set non breaking breakpoints and trigger the error again to receive the real time debug data.

Application Monitoring Overview: How to Track Errors with Sentry

A quick walkthrough of the Sentry application monitoring platform. In just a few steps, Sentry allows developers to identify and fix production errors across every application in the stack. Get started by installing the appropriate SDK for your platform or platforms. All unhandled exceptions will be automatically captured by Sentry, with individual errors rolling up into larger issues. You will be able to quickly learn the impact of specific problems, examine the stack trace, and get added context about the application state, so you can connect issues to the root cause.

Distributed Tracing with Sentry: How to Find the Root Cause of Errors Across Applications

Implementing Sentry on all your services allows you to use distributed tracing to find the root cause of errors. Just because an error happens in a browser or mobile app, doesn’t mean the issue is with the frontend or mobile code. The issue could stem from an error with code in a different project that they interact with in some way. Distributed tracing empowers developers to find the actual cause of hard to fix issues.