honeybadger-io / honeybadger-ruby

Ruby gem for reporting errors to honeybadger.io
https://docs.honeybadger.io/lib/ruby/
MIT License
250 stars 146 forks source link

feat: add --insights flag to install command #564

Closed excid3 closed 4 months ago

excid3 commented 4 months ago

This makes it easy to enable (or disable) Honeybadger Insights when installing in an application.

bundle exec honeybadger install apikey --insights

cc @joshuap

stympy commented 4 months ago

@stympy @roelbondoc do you like the naming of this flag? (--insights and --no-insights?)

WFM. Thanks, @excid3!

roelbondoc commented 4 months ago

do you like the naming of this flag? (--insights and --no-insights?)

This sounds good to me!