Optimizing Item Search: How Rollbar Engineered Faster, More Capable Search
Searching through error data efficiently is critical for developers using monitoring tools. At Rollbar, we recently completed a significant overhaul…
Searching through error data efficiently is critical for developers using monitoring tools. At Rollbar, we recently completed a significant overhaul…
Security has been our top priority over the last year, and we’re rolling out major improvements to account and project…
Sunset of BitBucket Web Frame We wanted to let you know that we’ll be retiring the Atlassian Rollbar Bitbucket Web…
Following our recent updates on faster item search and searching within custom data fields, we’re excited to announce another major…
Following our recent update on faster item search, we’re excited to introduce another powerful improvement to our search functionality: key/value…
We’ve overhauled the search backend that powers the Item List UI and Item Search API. Item Search is now far…
LeadBuckets is a new lead generation platform whose mission it is to help agencies and freelancers quickly identify high-value, quality…
Yukon Sky, Inc. operates top-tier online stores and provides full support for manufacturers, handling everything from setting up systems to…
Viniou is a web and mobile app that helps wine enthusiasts track, organize, and efficiently manage their vast wine collection…
Docfield creates, signs, and manages digital contracts in a single, collaborative platform. 1. Can you introduce yourself, and tell…
Email Warmup is a company focused on improving email deliverability, helping outbound emails drive sales rather than end up as…
Chayn is a global nonprofit that creates open, online resources and services for survivors of abuse that are trauma-informed, intersectional,…
Session replay vendors love talking about features and pricing, but rarely publish the technical specs that matter most to developers.…
They’re both popular, both fast, and both backed by strong communities. But they take very different approaches to building modern…
We’re excited to share that Rollbar is now part of the ilert integration catalog! This new technical partnership allows software…
"Imagine spending hours manually sifting through error logs, trying to pinpoint the root cause of a critical issue. This is…
Application Performance Monitoring (APM) tools are software platforms that help developers, DevOps engineers, and technical managers track the performance and…
Searching through error data efficiently is critical for developers using monitoring tools. At Rollbar, we recently completed a significant overhaul…
Open any professional Python codebase—Django, Flask, pandas, requests—and you'll see a constructor pattern that appears nowhere in beginner tutorials. It's…
InvocationTargetException is a confusing error message that Java developers often encounter. The good news? It's not the real problem -…
Ruby has a robust error handling mechanism called rescue. The way it works is the keyword rescue specifies an exception…
A MemoryError means that the interpreter has run out of memory to allocate to your Python program. Think of your…
When java.util.NoSuchElementException crashes your app, the stack trace tells you where the problem occurred but not why. The exception typically…
The <identifier> expected error means Java's compiler was looking for a name—like a variable name, method name, or class name—but…