Closed RobinClowers closed 9 years ago
This happened because we were referencing Mix.env
in our code, and the Mix
module isn't available in a release build.
Ok, closing this issue based on your second comment. If you feel there is something else we should do please let us know and we can re-open this issue.
Is there something wrong with this patch? Maybe I didn't make it clear, when this happens right now the error doesn't get reported to raygun because the line_from
function blows up.
No, totally my fault. I didn't see that you had provided a pull request. I'll review and merge this in shortly...
Release as 0.1.4
Ah no worries. Thanks for getting this out!
If you try to call into a module that isn't compiled in a release, you get an empty keyword list back from the stack trace.