Seer: debug with AI at every stage of development
Seer already accurately root causes and fixes bugs in production. Now we're expanding its capabilities to help you debug during local development and code review.
Seer already accurately root causes and fixes bugs in production. Now we're expanding its capabilities to help you debug during local development and code review.
Boost performance & fix slow sites with performance insights, MongoDB support, & Continuous Profiling. Learn about these new features here.
Extracting relevant insights from your performance monitoring tool can be frustrating. You often get back more data than you need, making it difficult to…
Use Sentry’s code profiling to identify the causes of performance errors. Sentry Profiling supports Python, PHP, Node, Android & iOS platforms.
A couple months ago, we launched Profiling in alpha for users on Python and Node.js SDKs — today, we’re moving Profiling for Python and Node.js to beta.…
Profilers measure the performance of a program at runtime by adding instrumentation to collect information about the frequency and duration of function calls. They are crucial tools for understanding the real-world performance characteristics of code and are often the first step in optimizing a program. In this post, we’ll walk through how we built Sentry’s iOS profiler, which is capable of collecting high quality profiling data from real user devices in production with minimal overhead.
Here is a quick overview of profilers, and a deep dive into how we built the Sentry iOS profiler that has low enough overhead that it could run in production apps with minimal impact to user experience.