Home / Companies / Rollbar / Blog / December 2016

December 2016 Summaries

2 posts from Rollbar

Filter
Month: Year:
Post Summaries Back to Blog
Rollbar has introduced enhancements to its Live Error Feed feature, aimed at improving error management for users. The updates include the ability to assign errors directly from the feed, view and assign ownership, and quickly identify who is addressing specific issues, thereby preventing critical production problems from being overlooked. Users can now multi-select and assign errors, filter errors by assignment status or owner, and easily resolve, mute, or change the severity of errors. The changes are designed to streamline debugging efforts and save time for teams. Rollbar encourages feedback on these updates and offers a 14-day free trial for new users to experience the improvements.
Dec 21, 2016 184 words in the original blog post.
Ruby, a versatile open-source programming language, supports error handling through exception raising and rescuing, allowing developers to manage errors without terminating programs. This error handling is crucial for building complex applications and is facilitated by Ruby's predefined Exception class and its subclasses, which cover a wide range of potential errors. To enhance error tracking and logging, Rollbar can be integrated into Ruby applications, providing automated exception logging and reporting. Rollbar offers a straightforward setup process, including configuring access tokens and using the Rollbar gem for error monitoring across different Ruby frameworks like Rails, Sinatra, and other Rack-based applications. Once integrated, Rollbar captures detailed stack traces and context for errors, enabling developers to diagnose issues efficiently, track error trends, and integrate with tools such as Slack and GitHub for improved workflow management.
Dec 19, 2016 1,884 words in the original blog post.