diff --git a/app/models/bot_user.rb b/app/models/bot_user.rb index 2a037b910b..b390f18e1c 100644 --- a/app/models/bot_user.rb +++ b/app/models/bot_user.rb @@ -180,7 +180,7 @@ def call(data) begin response = http.request(request) rescue StandardError => e - CheckSentry.notify(ExternalBotRequestError.new('Could not send request to external bot'), { error: e, bot_id: self.id }) + CheckSentry.notify(ExternalBotRequestError.new('Could not send request to external bot'), error: e, bot_id: self.id) return nil end # Log data with team_id only to avoid Encoding::CompatibilityError