We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3377a28 commit 6d388aaCopy full SHA for 6d388aa
sentry-resque/lib/sentry/resque.rb
@@ -32,7 +32,7 @@ def record(queue, worker, payload, &block)
32
33
finish_transaction(transaction, 200)
34
rescue Exception => exception
35
- klass = payload['class'].constantize
+ klass = payload['class'].to_s.constantize
36
37
raise if Sentry.configuration.resque.report_after_job_retries &&
38
defined?(::Resque::Plugins::Retry) == 'constant' &&
0 commit comments