You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error notifications are currently supported via airbrake.notify(obj) and airbrake.notify(error: obj). This is really confusing and makes internal implementation difficult to maintain. I believe we should deprecate airbrake.notify(obj) in favor of airbrake.notify({ error: obj }).
I will spend more time thinking about this. For now, I wrote this down so that I don't forget about it.
The text was updated successfully, but these errors were encountered:
Error notifications are currently supported via
airbrake.notify(obj)
andairbrake.notify(error: obj)
. This is really confusing and makes internal implementation difficult to maintain. I believe we should deprecateairbrake.notify(obj)
in favor ofairbrake.notify({ error: obj })
.I will spend more time thinking about this. For now, I wrote this down so that I don't forget about it.
The text was updated successfully, but these errors were encountered: