Stacktraces being cut off

@xshyne88 Have you configured the erlang :backtrace_depth? I believe the default is rather small (although if you use Phoenix they bump it to 20 by default).

What does this print out for you? (it returns the previous :backtrace_depth)

:erlang.system_flag(:backtrace_depth, 20)

docs: http://erlang.org/doc/man/erlang.html#system_flag-2

Also welcome to the forum! :wave: