lib/honeybadger/backend/base.rb in honeybadger-2.6.1 vs lib/honeybadger/backend/base.rb in honeybadger-2.7.0
- old
+ new
@@ -58,10 +58,10 @@
end
# Internal: Process payload for feature.
#
# feature - A Symbol feature name (corresponds to HTTP endpoint). Current
- # options are: :notices, :metrics, :traces.
+ # options are: :notices, :deploys, :ping
# payload - Any Object responding to #to_json.
#
# Examples:
#
# backend.notify(:notices, Notice.new(...))