Deprecation From U2F API to WebAuthn
If you’re using the U2F API for registration and authentication of your U2F devices, you will notice a dire situation is coming soon: Google Chrome will no…
If you’re using the U2F API for registration and authentication of your U2F devices, you will notice a dire situation is coming soon: Google Chrome will no…
Sentry is not impacted by the log4j vulnerabilities, CVE-2021-44228 or CVE-2021-45046, also known as log4shell.
The first part of a blog post series about bytecode transformations on Android, where we talk about different approaches to bytecode manipulation in Java as well as how to make it work with Android and the Android Gradle plugin.
We can all agree that one of the great pleasures in life is seeing the exact performance monitoring chart you want - exactly where you want it on the Sentry Performance home page. No? Ok. Well, at least we agree it's better than not having the chart you want where you want it, right? I thought so. That's why we made our main performance monitoring view modular.
We’re delighted to announce that we’ve acquired Specto, a powerful mobile profiling tool from ex-Facebook mobile experts who share our determination for…
For many engineering leaders, measuring their team’s impact can be hard to quantify and a face:palm process, filled with searching through logs and exporting data sets to cobble together a report that most people won't even look at twice. And let's be honest, if you wanted to spend time making reports, you wouldn't have become a developer.
To give you enough notice to fix an issue before it escalates, we’re evolving our alerts and making them more proactive with Change and Crash Rate Alerts. So…
Given the millions of registered Unity developers worldwide, Unity is arguably the most popular engine used to develop games. But, whether you’re building the…
This is part two of a two-part series on how to monitor code health at scale with Sentry.
This is part one of a two-part series on how to monitor code health at scale with Sentry.
If you know someone who actually likes managing work across projects, we’d love to meet this mythical being. Because we can’t imagine who enjoys hand-sifting…
When you’re optimizing your application for performance, it helps to understand the user conditions where the slowest transactions occurred, such as OS,…
A quick cheat sheet to integrate Sentry Performance in your Apollo Server.
Monitoring mobile vitals can help developers catch problems early on. Learn more about four important mobile vitals here.
In the early days of the web, writing web applications was simple. Developers generated HTML on the server using a language like PHP, communicated with a single relational database like MySQL, and most interactivity was driven by static HTML form components. While debugging tools were primitive, understanding the execution flow of your code was straightforward.