Four Mobile Vitals Every Mobile Developer Should Monitor
Monitoring mobile vitals can help developers catch problems early on. Learn more about four important mobile vitals here.
Monitoring mobile vitals can help developers catch problems early on. Learn more about four important mobile vitals here.
In today’s modern web stack it’s anything but. Full stack developers are expected to write JavaScript executing in the browser, interop with multiple database technologies, and deploy server side code on different server architectures (e.g. serverless). Without the right tools, understanding how a user interaction in the browser cascades into a 500 server error deep in your server stack is nigh-impossible. Enter: distributed tracing.
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.
Mickael Alliel is a DevOps Engineer who enjoys experimenting with new technologies and methodologies. Mickael is currently developing the next-gen K8s…
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.