Home / Companies / Rollbar / Blog / January 2019

January 2019 Summaries

3 posts from Rollbar

Filter
Month: Year:
Post Summaries Back to Blog
Rollbar has introduced a new feature aimed at enhancing the signal-to-noise ratio in error monitoring, making it easier for users to manage and reduce noise in real-time error and crash reporting. This feature incorporates several noise reduction mechanisms, including automatic default grouping of recurring errors and custom grouping rules, which allow similar errors to be treated as a single item in the feed. With the new Grouping Suggestions, Rollbar suggests custom fingerprint rules when users manually merge errors, enabling future similar errors to be automatically grouped without additional manual intervention. The feature simplifies the process by allowing users to start with default settings, manually merge errors, and accept grouping suggestions to incrementally reduce noise. Rollbar emphasizes the importance of proactive error monitoring to improve software release quality and offers its service for free to encourage adoption.
Jan 16, 2019 392 words in the original blog post.
Zend Framework 3 is an open-source PHP framework that follows the model-view-controller (MVC) design pattern, allowing for consistent and maintainable web applications. It incorporates object-relational mapping (ORM) through Doctrine to facilitate easier data management. Error monitoring is crucial in production applications, and Zend Framework 3 supports native error handling using try-catch-finally statements, global error handling with the onBootstrap() method, and integration with error monitoring services like Rollbar. Rollbar provides real-time error tracking, aggregates occurrences to prevent clutter, and offers detailed debugging information, such as local variables and stack traces, to enhance error resolution. Setting up Rollbar with Zend involves installing and configuring the Rollbar package, allowing for automatic logging of uncaught exceptions and runtime errors, which can be viewed and managed through Rollbar’s interface. This integration not only helps track errors but also provides insights into application stability and user impact, streamlining the process of identifying and resolving issues efficiently.
Jan 14, 2019 1,210 words in the original blog post.
Proper error handling is crucial for enhancing user experience and development efficiency in Angular applications. While traditional methods like ErrorHandler and HttpClient allow for basic error management, they often lead to code duplication and inefficiencies. HttpInterceptor, introduced in Angular 4.3.1, offers a more streamlined approach by allowing centralized error handling across all HTTP requests, making applications more maintainable and robust. Integrating external tools such as Rollbar further enhances this setup by providing real-time error tracking and detailed insights, which help developers quickly identify and resolve issues. Rollbar's integration with Angular applications through its SDK facilitates advanced monitoring and analysis, improving both the development process and user experience by enabling efficient error management and resolution.
Jan 04, 2019 1,781 words in the original blog post.