Debugging is like solving a puzzle. Sentry's new issue view is designed to give you more clues when solving your puzzles, so you can debug faster, and get back to building.
The Trace Explorer is a new way to query and visualize the application metrics from the traces and spans within your applications. In this video, Cody from the Sentry Developer Experience team shows you how you can get started using it. Want to dive in and find your slow database queries, or what pages or components are loading the slowest? Trace Explorer is the best way to do it - and gives you an easy path to jumping into the spans that make up all actions within your application.
You get a crash report: “App crashed on checkout page.” But you can’t reproduce it on your Pixel. Maybe it’s only happening on a Samsung device? Maybe it’s a memory issue? Or maybe the user was on a bad network? Now you’re stuck digging through logs, guessing at settings, and running the same scenario over and over in your emulator.
In this video Cody with Sentry's Developer Experience team explores using Mobile Session Replay in a React Native application built using Expo. Mobile Session Replay lets developers see the way that users are experiencing applications on their devices, right along side errors, traces, and other performance information.
Testing is supposed to help you ship better code, faster. But unreliable tests can leave you rerunning CI, wading through flakes, and questioning your life choices every time a failure blocks your merge. Join the product team that built Test Analytics for a no-fluff session on how they tackle CI-clogging frustrations and what you can do to keep failed and flaky tests from slowing you down—so you can finally merge the d*$@# code.
During this live session you’ll: See how priority alerts and issue grouping work to highlight what matters How to use anomaly detection to spot issues before they blow up Learn to integrate automatic issue fixes right into your workflow.
Maintaining a crash-free, stable mobile app should be top priority for all mobile developers. App stores penalize mobile apps that have high crash rates, and more importantly, buggy apps create poor user experiences, resulting in bad reviews and lost customers. Watch this session to learn key tips for identifying, resolving, and preventing crashes, fast, so you can spend less time troubleshooting and more time building.
Learn how to get started with continuous profiling available for Python, iOS, and Node.js SDKs. In this video you'll get a quick overview of continuous profiling, see how to instrument it in your application, and jump into an example – all in less than 2 minutes.