Massa
Massa
Thanks for the answer! It's an old project, so I am not using elixir releases for this one but seems like I managed to figure it out. It's just the...
Reopening because I thought I had it figured out, but haven't... in fact I had just prevented honeybadger to be started. I tried your suggestion @msramos, added `olympian` as `permanent`...
> It seems to me that in your project you're not configuring the dependency/order of the applications in the right order. yes, that's exactly what I am trying to figure...
I actually created a repo with `honeybadger` and `hackney_telemetry` and it gives me the same error when i start the release. Would you mind taking a look? https://github.com/massawho/honeybadger_hackney_telemetry Feels like...
Got a "fix" for now. I set `honeybadger` with `runtime: false` and added it to `included_applications`. That allowed me to start `Honeybadger` on my `application.ex` (previously was getting "module doesn't...
Thanks @kristoferbaxter ! Let me know if I can help in anything