We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c7d9c4a + 9c3e9d9 commit 586a340Copy full SHA for 586a340
lib/queue_classic_plus/tasks/work.rake
@@ -8,6 +8,7 @@ namespace :qc_plus do
8
if defined?(Sentry)
9
Sentry.init do |config|
10
config.excluded_exceptions = []
11
+ config.background_worker_threads = 0 if Gem::Version.new(Sentry::VERSION) >= Gem::Version.new('4.1.0')
12
end
13
elsif defined?(Raven)
14
Raven.configure do |config|
lib/queue_classic_plus/version.rb
@@ -1,3 +1,3 @@
1
module QueueClassicPlus
2
- VERSION = "4.0.0.alpha6"
+ VERSION = "4.0.0.alpha7"
3
0 commit comments