Sentry's New Mobile App for Managing Releases
Learn more about Sentry’s mobile app that manages new releases & focuses on release health for a more comprehensive view.
Learn more about Sentry’s mobile app that manages new releases & focuses on release health for a more comprehensive view.
Adding Instrumentation to Jest Here at Sentry, we like to dogfood our product as much as possible. Sometimes, it results in unusual applications of our product…
Transactions are sent when your service receives a request and sends a response, like an API call or a page load. Within each transaction is a series of…
A term of business endearment — if there is such a thing — is to call a company a hidden champion. It’s bestowed on businesses who quietly sustain their…
Like any jam session, Jamstack June must end. But not before we reprise a few of our greatest licks of the month: Our Next.js SDK monitors your Next.js…
What makes JavaScript great is also what makes it frustrating to debug, but there are methods you can use to improve the debugging experience.
Jamstack (Javascript + APIs + Markup) is a web architecture that combines the convenience of pre-built websites with the capacity to handle custom APIs and…
Like a bratty teenager, traditional monitoring answers your questions, but does so in a terse, unhelpful manner: Why is my page slow? Guess it’s the API call.…
As you could probably tell from the title, we shipped an SDK for Next.js. This means you can capture errors, measure performance, manage releases, configure…
A couple of weeks back, we broke sign-ups. And in the most meta fashion, we learned about this because someone here had the foresight to set up an alert in…
A Content Security Policy (CSP) lets a browser know which content sources are to be trusted — and which aren’t. Learn how to update your CSP and protect your application.
[Three Hundred and Eighty-One] [Three hundred and eighty-one]. The number of days it's been since our Sentry offices shut down, in what we believed at that…
Auto-instrumenting AWS Lambda Monitoring didn’t originate through a focus group or business plan. It started as a hackathon project that addressed the tedium…
The consequences of poor application performance are both real and terrifying: lost customers, lost trust from your team, and lost confidence in your…
In the early days of web development, there was one way to measure code: WTFs per minute. It was a metric that could be applied across all languages, as every…