#is there any way to get the current erlang module name? like some equivalent to `?MODULE`?
1 messages · Page 1 of 1 (latest)
maybe use a call stack and then go -1?
something like https://stackoverflow.com/questions/2252004/how-to-show-erlang-call-stack
into a tracing ffi module, that is +1 from what you want
thanks, that looks promising 🙂