March 2024 Summaries
3 posts from Rollbar
Filter
Month:
Year:
Post Summaries
Back to Blog
Rollbar has introduced the option for U.S. customers to pay for their subscriptions via ACH payments, offering a direct and efficient alternative to credit card transactions. ACH, or Automated Clearing House payments, are electronic transactions that provide a secure and fast way to transfer funds directly between bank accounts, enhancing the ease of maintaining an active subscription. Customers can switch to ACH payments by navigating to the 'Payment Details' section in Rollbar's settings and selecting ACH as their preferred method, after which future payments will be automatically deducted from their bank accounts. Rollbar encourages feedback and offers support to assist users in setting up this new payment feature, aiming to enhance the overall user experience by streamlining the payment process.
Mar 29, 2024
265 words in the original blog post.
Ibrahim Menem, co-founder of the voice-of-customer platform Stomio, has been utilizing Rollbar for 100 months to enhance their product development process. Stomio, established in 2021 and operating from San Francisco and Madrid, focuses on empowering product teams by providing tools for customer feedback and beta program execution. Rollbar has been a critical component of Stomio's operations from the outset, integrated into both production and staging environments to ensure effective alerting and monitoring. This integration allows Stomio to review every exception report meticulously, enabling proactive issue resolution to maintain high service quality. Rollbar's connection to the engineering team's Slack channel ensures that all team members are promptly informed of emerging issues, supporting real-time collaboration. Initially attracted to Rollbar due to positive past experiences and its generous free plan, the company transitioned to a paid plan as their traffic volume increased.
Mar 22, 2024
228 words in the original blog post.
The "Unsupported class file major version 61" error in Java indicates that you are attempting to run a Java program compiled with a newer version of the Java Development Kit (JDK) than your current runtime environment supports, specifically Java SE 17. To resolve this issue, you can either update your Java runtime to version 17 or higher or recompile the program using an older JDK version compatible with your environment. Recompiling might involve adjusting your code to ensure compatibility with the older Java version if it uses features from newer versions. This process includes installing the older JDK, configuring your development environment, adjusting IDE settings, and setting source and target compatibility in build tools like Maven or Gradle. Additionally, tools like Rollbar can help manage and monitor errors in real-time, providing a more confident approach to handling Java exceptions and deploying production code.
Mar 20, 2024
837 words in the original blog post.