Replace Bugsnag calls with Alert.raise

This commit is contained in:
Maikel Linke
2024-11-20 16:23:45 +11:00
parent 73a1698aad
commit 0d8df5d2a8
23 changed files with 57 additions and 42 deletions

View File

@@ -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?