getsentry/raven-ruby

View on GitHub
sentry-ruby/lib/sentry/background_worker.rb

Summary

Maintainability
A
1 hr
Test Coverage

Method initialize has 27 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    def initialize(configuration)
      @shutdown_timeout = 1
      @number_of_threads = configuration.background_worker_threads
      @max_queue = configuration.background_worker_max_queue
      @logger = configuration.logger
Severity: Minor
Found in sentry-ruby/lib/sentry/background_worker.rb - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status