Default process flags

Viewed 349

Is there a way to instruct the Erlang VM to apply a set of process flags to every new process that is spawned in the system?

For example in testing environment I would like every process to have save_calls flag set.

1 Answers
Related