lib/raven/integrations/rails/active_job.rb in sentry-raven-1.2.3 vs lib/raven/integrations/rails/active_job.rb in sentry-raven-2.0.0
- old
+ new
@@ -10,10 +10,10 @@
active_job_details = {
:active_job => self.class.name,
:arguments => arguments,
:scheduled_at => scheduled_at,
:job_id => job_id,
- :locale => locale,
+ :locale => locale
}
# Add provider_job_id details if Rails 5
if defined?(provider_job_id)
active_job_details[:provider_job_id] = provider_job_id