Hi,
im currently writing an error_logger handler and would like to get the stacktrace where the error happend (more precisely: at the place, where error_logger:error*
was called). But I cannot use the erlang:get_stacktrace()
method, since i'm in a different process.
Does anyone know a way to get a stacktrace here?
Thanks