August 2017 Summaries
2 posts from Rollbar
Filter
Month:
Year:
Post Summaries
Back to Blog
JavaScript telemetry is a feature introduced to help developers identify the root cause of JavaScript errors by providing a detailed timeline of events in the browser leading up to an error. This feature acts like a black box recorder, offering critical insights into user behavior, network activity, and other contextual information, which can streamline the troubleshooting process by eliminating the need for manual testing and user clarification. Rollbar's telemetry integrates with their existing framework to offer comprehensive data on page load events, user actions, console messages, and network activities, which aids in quickly fixing impactful issues by revealing the conditions just before an error occurs. Developers can access this telemetry data through Rollbar's application, which is available in the Traceback tab and can be further explored to identify commonalities in error occurrences. The telemetry feature is supported in Rollbar's JavaScript SDK version 2.2.0 and above, and developers are encouraged to update their client-side code to take advantage of this functionality in their error resolution processes.
Aug 16, 2017
796 words in the original blog post.
Application Performance Management (APM) tools like New Relic and error monitoring solutions such as Rollbar serve complementary roles in managing application performance and error tracking. While New Relic excels at providing high-level infrastructure and performance monitoring, identifying when and where problems occur, Rollbar enhances this by offering detailed contextual information that helps diagnose why errors happen, who is affected, and how to resolve them efficiently. Rollbar provides features like live error viewing, detailed error analytics, custom error grouping, and extended data retention, which allow for faster debugging and proactive error management. Additionally, Rollbar's integration with Git repositories and its ability to map errors to specific code deployments give developers direct insights into the root causes of issues. By using both tools in tandem, organizations can achieve comprehensive monitoring and management of both application performance and error resolution, optimizing customer experiences and operational efficiency.
Aug 08, 2017
2,311 words in the original blog post.