Simple utility to provide errors with causes
Ponyfill and helpers for Error Causes
High-priority task queue for Node.js and browsers
A light-weight module that brings Fetch API to node.js
ESLint plugin to highlight code patterns in React applications which can lead to browser exceptions while the Google Translate browser extension is in use.
Essential initialization for every JavaScript process
A small opinionated library to bring Rust-like results idiomatically to TypeScript.
Implements the WebIDL algorithms for converting to and from JavaScript values
Make your own nested error types!
Voiceflow standard exceptions and error codes
Parse the Forwarded header (RFC 7239) into an array of objects
parse SPDX license expressions
A light-weight module that brings window.fetch to node.js
Normalize exceptions/errors
Prettier plugin to sort JSON files alphanumerically by key
A collection of standard object serializers for Pino
Simulated DOM events for automated testing
Syntactic sugar for referencing and throwing common named and custom errors/exceptions
An ES-spec-compliant shim/polyfill/replacement for the `.cause` property on all Error types that works as far down as ES3
List of generic exceptions to be used in all other repos
HTTP exceptions module for Ts.ED Framework and other pure Express application
High-priority task queue for Node.js and browsers
Implementation of window.fetch which can use http2 seamlessly
Promisify the node standard library.
Allows you access to the error that was being handled when this exception was raised.
Provides causes for exceptions.
Allows setting the cause of Ruby exceptions.
Useful extensions for Ruby Exceptions; Adds support for Exceptions with multiple causes (useful when executing fan-out operations) and Exception cause traversal.
Module to add a 'cause' field to exceptions and automatically chains exceptions on re-raise
Airbrake is an online tool that provides robust exception tracking in any of your Ruby applications. In doing so, it allows you to easily review errors, tie an error to an individual piece of code, and trace the cause back to recent changes. The Airbrake dashboard provides easy categorization, searching, and prioritization of exceptions so that when errors occur, your team can quickly determine the root cause. Additionally, this gem includes integrations with such popular libraries and frameworks as Rails, Sinatra, Resque, Sidekiq, Delayed Job, Shoryuken, ActiveJob and many more.
Module to add a 'cause' field to exceptions and automatically chains exceptions on re-raise
This agent supports Instrumental custom metric monitoring for Ruby applications. It provides high-data reliability at high scale, without ever blocking your process or causing an exception.
Hushes worthless Rails exceptions & logs, such as those caused by bots and crawlers.
Allows including files which cause liquid parse exceptions without modification.
You may need this framework if you have a routine task that must be performed every once in a while, but may raise exceptions which you don't want to cause a termination of the entire routine cycle.
Something with the combination of Rails 3.1, Mysql2 0.3.x, Capybara, Selenium/Webkit/etc causes Mysql to raise exceptions where the connection is waiting on a result. This gem provides an auto-retry capability with the Mysql2Adapter to retry any query execution up to 5 times. This is a a temporary solution until the real issue with the above libraries/frameworks are resolved. This should NOT be used in production.