feat(sys_mon): remove `current_function`
Since we now output `current_stacktrace`, `current_function` is now redundant.
This commit is contained in:
parent
a41d0d49bd
commit
db3f7ff749
|
@ -61,7 +61,6 @@
|
||||||
]).
|
]).
|
||||||
|
|
||||||
-define(PROCESS_INFO_KEYS, [initial_call,
|
-define(PROCESS_INFO_KEYS, [initial_call,
|
||||||
current_function,
|
|
||||||
current_stacktrace,
|
current_stacktrace,
|
||||||
registered_name,
|
registered_name,
|
||||||
status,
|
status,
|
||||||
|
|
Loading…
Reference in New Issue