Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Take third parameter for Sidekiq error_handler #1136

Merged
merged 1 commit into from
Nov 27, 2023

Commits on Nov 22, 2023

  1. Take third parameter for Sidekiq error_handler

    In
    sidekiq/sidekiq@2870516
    Sidekiq starts accepting a the Sidekiq Configuration option as a
    parameter to error_handlers and marks two parameter handlers as
    deprecated.  This change adds a third parameter to the handler to accept
    that configuration and defaults the value to `nil` since
    
    1. Older versions of Sidekiq will not pass a third parameter
    2. Rollbar does not need to do anything with that value (yet?)
    atomaka committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    d6d5ea1 View commit details
    Browse the repository at this point in the history