mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-03-25 05:45:15 +00:00
Replace Bugsnag calls with Alert.raise
This commit is contained in:
@@ -77,7 +77,7 @@ module Admin
|
||||
|
||||
def log_and_notify_exception(exception)
|
||||
Rails.logger.error exception.inspect
|
||||
Bugsnag.notify(exception)
|
||||
Alert.raise(exception)
|
||||
end
|
||||
|
||||
def vine_params_empty?
|
||||
|
||||
Reference in New Issue
Block a user