Joshua Wood

Results 152 comments of Joshua Wood

Hey @Senjai, thanks for the feedback/suggestions here. Just wanted to let you know that I'm in the process of evaluating this and will get back to you.

An update on this: I have played with adding something like `Honeybadger.with_agent(other_agent)` (which swaps out the global agent instance during its block's execution). The issue I've run into is that...

@michaelherold we actually *do* support `api_key` as an option to `Honeybadger.notify`, so you can do: `Honeybadger.notify(err, api_key: 'alternate')`.

Hey @kinduff, sorry for the delay—I'm just back from vacation. > Is there any other way we can hack this through without waiting for a full feature? Like the ability...

Btw, this appears to work well otherwise, and it will be nice to finally close this issue. I haven't found a way to seriously break it so far. 🎉

Cool, I'll think about this a bit more and then approve/merge. I'm torn on moving the current initialization logging. Maybe it's fine where it is, and people who really want...

Adding @stympy and @rabidpraxis for some extra review/input.

@aselder you're welcome to! Take a look at #229 for my naive approach. I think this would be a really cool feature too.

@starrhorne `--no-quiet` is the default behavior and the opposite of `--quiet`, which may not do what you think it does. `honeybadger exec` does not print to stdout by default. Instead...

Thanks @ioquatix! I think we could support this once we drop support for Ruby 2.6 (which officially ended yesterday, I see. 😁) Related: #427