Home / Companies / Rollbar / Blog / November 2017

November 2017 Summaries

2 posts from Rollbar

Filter
Month: Year:
Post Summaries Back to Blog
The Spring Framework, recognized as the most popular framework for Java, employs a model-view-controller (MVC) architecture to facilitate the development of flexible and loosely coupled web applications. Rollbar, an error monitoring service, can be integrated with Spring to monitor and debug errors by providing live error feeds, complete stack traces, and user impact data. To efficiently handle exceptions across an entire Spring application, developers can use global exception handlers, such as those facilitated by `ControllerAdvice` or `HandlerExceptionResolver`. The guide demonstrates setting up a custom global exception handler using `HandlerExceptionResolver` and integrating Rollbar's Java error logging SDK to enhance error tracking capabilities. Developers can test the setup using an example application available on GitHub, which showcases how to log errors to Rollbar, aiding in faster debugging and error management.
Nov 27, 2017 1,063 words in the original blog post.
Rollbar has launched the 1.0 release of its Java notifier SDK for error monitoring, enhancing its capabilities to support a wide range of frameworks such as web apps, Android, Scala, Kotlin, and Spring MVC. This release aims to provide comprehensive error monitoring by offering features like a live error feed, stack traces, and contextual data to quickly identify and debug errors. The SDK supports Gradle and Maven build systems, includes both synchronous and asynchronous senders to prevent application blocking, and introduces a disk buffer queue to retain events during network outages. New features include a listener API for payload monitoring, an integrated Android notifier, and the ability to add custom information through an API, with GitHub examples available for various integrations. Users upgrading from the previous version will need to adjust their code to leverage these new functionalities, and Rollbar offers a 14-day free trial to experience the full benefits of its error monitoring solutions.
Nov 17, 2017 396 words in the original blog post.