Ben Munat
Ben Munat
If Tesla.Mock isn't going away it seems like it's worth making it fail if a request is mocked and not called. Would a PR to do so be welcome? Is...
Hey, just commenting here instead of #315 because this one is still open. I question whether this was a sensible choice. I work on several large and long-running Elixir apps...
@joshuap thanks for the fast response! I have to say, I'm a bit confused by the SASL logging docs, especially because it says that SASL logger was deprecated in OTP...
So I confirmed that I will only get notifications from the plug integration with `use_logger: false`... so no error-reporting for GenServers and the like. I think I'm just going to...
@joshuap how about this?: https://github.com/honeybadger-io/honeybadger-elixir/pull/380
Wow, thanks for the fast reply! I'm not sure what test code I could post because it's just creating a few factory records, then calling the function that should result...
Ok, I will try to look into trying to use the memory storage for tests. It would be really nice to be able to assert the number of emails sent,...
@zorn: interesting! The two asserts in this test were for the same email copy but to different addresses. I did have the subject in the assert. I'm pretty sure, however,...
Oh, we're on version 1.1.8. I tried the test on 1.2.0 and I got the same result.