We've moved discussions to Discord

Honeybadger installation does not trigger test exception

Ugurcan Kaya
Enabling Honeybadger via Jumpstart config does not generate test exception hence Honeybadger does not see if the gem is installed unless you run:

bundle exec honeybadger install APIKEY

is there a way to automatically run this during reboot, just for once?
Chris Oliver
I think you just need to run

bundle exec honeybadger test
Ugurcan Kaya
I ended up doing that. 👍 I initially thought jumpstart would do it but I guess it is not feasible. We can perhaps add it to documentation.
Chris Oliver
I think we probably could, but what happens if it fails? It's not easy to surface the failure, so it kinda seems like something you should run so you can see the output. I think adding it to the docs is probably the best move. 👍
Notifications
You’re not receiving notifications from this thread.