Wiring Up a Next.js Self-Hosted Application to Honeycomb
This blog post will get you started ingesting your Next.js application’s telemetry into Honeycomb. I’ll show you the configuration steps, how to view your traces...
Frontend Monitoring: Deliver Seamless and Performant User Experiences
In this blog, we’ll share the fundamentals of frontend monitoring, including what you need to know about performance measurement and strategies for staying ahead of...
Catching Up With Fender: How Frontend Observability Powers Better User Experiences
For years, Fender Musical Instruments has been synonymous with iconic guitars and amplifiers. But in recent years, the company has expanded its legacy into the...
Configuring a React Application with Honeycomb For Frontend Observability
In this article, I’ll lay out approaches for wiring Honeycomb to client-side only React so you can ingest your telemetry into Honeycomb and take advantage...
Implementing High-Cardinality Instrumentation in Frontend Apps
In speaking with frontend engineers this past year, I realized that understanding the power of wide events is a big mental shift. We’re used to...
Troubleshooting CORS Errors in Offsite API Calls
In this article, I’ll clear up the confusion around Cross-Origin Resource Sharing (CORS), specifically discussing preflight requests, which are the bane of engineers everywhere....
Frontend Observability: A Candid Conversation With Emily Nakashima and Charity Majors
Frontend development has evolved rapidly over the past decade, but one challenge remains constant: understanding what’s happening in real-time across diverse browsers, environments, and user...
Redefining RUM: A Comparative Gap Analysis of Existing Tools
Real user monitoring (RUM) began as a straightforward approach to tracking basic web performance metrics. Focused on things like page load times and response rates,...
Using Honeycomb for Frontend Observability to Improve Honeycomb
Recently, we announced the launch of Honeycomb for Frontend Observability, our new solution that helps frontend developers move from traditional monitoring to observability. What this...
Beyond Backend: Honeycomb for Frontend Observability is Now GA
Observability has traditionally been backend-focused, but the frontend is just as hard—if not harder—to debug and has simply outgrown current monitoring tools. Engineers working with...
Debugging INP With Honeycomb for Frontend Observability
In this post, I'm going to walk through how you can use Honeycomb for Frontend Observability to debug INP, which was just promoted to a...
Understanding OpenTelemetry’s Browser Instrumentation
Recently, Honeycomb released a Web Instrumentation package built around the OpenTelemetry browser JS packages. In this post, I’ll go over what the OpenTelemetry auto-instrumentation package...
Introducing Honeycomb for Frontend Observability: Get the Data You Need for Actionable Customer Experience Improvements
Honeycomb for Frontend Observability gives frontend developers the ability to quickly identify opportunities for optimization within their web app. This starts with better OpenTelemetry instrumentation,...
Real User Monitoring With a Splash of OpenTelemetry
You're probably familiar with the concept of real user monitoring (RUM) and how it's used to monitor websites or mobile applications. If not, here's the...
Observing Core Web Vitals with OpenTelemetry: Part Two
In a previous blog post, we outlined how to set up our own auto-instrumentation to send Core Web Vitals data to Honeycomb. We recently released...