How to Integrate GitHub with Sentry to Increase Speed to Resolution
Toolchains are complicated these days - developers and engineering managers are working with more tools than they probably care to count. In order to work…
Toolchains are complicated these days - developers and engineering managers are working with more tools than they probably care to count. In order to work…
FastAPI is known for building REST APIs, middleware services, and simple integration for adding authentications and more. And it’s known for doing all of…
"We want to use best-in-class tools to help our engineers be effective, and having a solution that other organizations widely use makes onboarding faster for new team members."
This content is out of date Since this blog post has been published we’ve evolved the feature to reduce complexity of configuration and automatically store the…
On November 1, Sentry will no longer be providing support for TLS 1.0 and 1.1 on and . Originally this blog post mentioned plans on deprecating and as…
In 2018 we launched the Sentry Unity SDK, but at the time, we couldn’t crack how to display stack trace line numbers for C exceptions with IL2CPP scripting…
Debugging in Unity Debugging is a frequently performed task not just for general software developers but also for game developers. During a debugging process…
In the last 2 parts of this series around improving performance in your Django applications, we focused on database and code optimizations. In part 3, we will…
I’m an engineer during the day and a founder at night – so I don’t have time to fiddle with complicated instrumentation or bugs that are hard to track down. That’s why I picked the tech stack that I did.
For this tutorial, we will publish the "Tap (Frog)" game I developed in my previous Unity series, which you can explore here. You need to have a Google…
Performance monitoring is an essential part of development. It’s usually one of the first things you’d want to do after setting up an existing project or…
On August 2nd, 2022, roughly 9,321 Solana wallets appear to have been drained of their cryptocurrency. While the parties investigating this attack have yet to…
An app that works as expected is great, but if expected means a beachball for 10 seconds before the page loads, that’s… not so great. Customers want it all; an…
Bugs don’t always emerge because we made mistakes, but often because of regressions in libraries or updates to frameworks, languages, platforms, or even…
There are major package size benefits to reducing the amount of generated JavaScript your package is creating. As part of our larger Javascript SDK package reduction, we spent a considerable effort to minify as much of our code as possible. If you’re looking to do the same, here are six improvements to consider.