Fix Honeybadger typo in Rpush reflection callback (#18071)
This commit is contained in:
parent
537a94d41a
commit
aa130cc456
1 changed files with 1 additions and 1 deletions
|
|
@ -73,7 +73,7 @@ Rpush.reflect do |on|
|
|||
Device.ios.where(token: notification.device_token).destroy_all
|
||||
end
|
||||
|
||||
HoneyBadger.notify(error_message:
|
||||
Honeybadger.notify(error_message:
|
||||
"error_description: #{notification.error_description}, error_code: #{notification.error_code}")
|
||||
|
||||
ForemStatsClient.increment(
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue