Home / Companies / Rollbar / Blog / January 2018

January 2018 Summaries

2 posts from Rollbar

Filter
Month: Year:
Post Summaries Back to Blog
Rollbar has analyzed a vast database of JavaScript projects to identify and rank the top 10 most common JavaScript errors, aiming to help developers understand their causes and how to prevent them. These errors often involve issues like reading properties of undefined objects, function misbindings, range errors, and script errors due to cross-origin policies or browser-specific differences. The text highlights how common errors can occur across various browsers, such as Chrome, Safari, and Internet Explorer, and provides solutions like initializing state values, using event listeners correctly, and setting appropriate headers for cross-origin requests. Additionally, it suggests using TypeScript for static type checking to avoid null or undefined errors and emphasizes the importance of tools like Rollbar for providing visibility into production errors, offering features like telemetry to better understand user-side issues. The guide encourages readers to sign up for a free trial of Rollbar to improve error management in JavaScript applications.
Jan 24, 2018 2,294 words in the original blog post.
Serverless computing platforms, such as AWS Lambda, represent a significant shift in the computing paradigm by abstracting infrastructure management and allowing developers to focus solely on application code. Unlike traditional client-server applications where server performance and network latency are monitored, serverless platforms like Lambda handle these aspects, requiring developers to instead monitor application-specific metrics such as memory usage, concurrency limits, and permissions. AWS provides tools like CloudWatch for monitoring default and custom metrics, as well as X-Ray for tracing requests across AWS services, and CloudTrail for logging API calls. These tools aid in identifying root causes of application issues, while additional error monitoring tools like Rollbar offer enhanced insights into logical errors, facilitating quicker resolution. As developers adapt to this new environment, leveraging AWS's built-in monitoring services and third-party tools is essential for managing application performance effectively.
Jan 08, 2018 933 words in the original blog post.