-
Notifications
You must be signed in to change notification settings - Fork 68
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
airbrake-ruby: deprecate notifier_name
argument
#168
Conversation
d4dcc46
to
47fecfc
Compare
lib/airbrake-ruby.rb
Outdated
"Use `Airbrake[:#{notifier}]` to access the :#{notifier} notifier " \ | ||
"and call same methods directly on it." | ||
) | ||
end |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Move this to method and re-use it?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
47fecfc
to
b4fc115
Compare
Partially resolves #165 (Get rid of third argument in public API methods)
b4fc115
to
5a9449c
Compare
PTAL |
would it be simpler to make it part of the options ? |
@grosser IMO that would be an overkill because we don't have any other arguments to pass. |
I'm fine with either ... don't really care ... only thing that I could use is if |
@grosser please file a new issue about this. |
The API was introduced in: airbrake/airbrake-ruby#168
Partially resolves #165 (Get rid of third argument in public API
methods)