Skip to content

Simplify "notify" for error reporting #1342

Open
@kyrylo

Description

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions