bin/process_interac_email 🔗
@@ -56,7 +56,7 @@ EM.run do
BlatherNotify.publish "#{uuid}":
error_entry("💥 Exception #{e.class}", e, id_builder.call(uuid))
}.catch { |e|
- if e.is_a?(::Exception)
+ if e.is_a?(Exception)
Sentry.capture_exception(e)
else
Sentry.capture_message(e.to_s)