class WithStracktrace extends Error {} class WithoutStacktrace {}
const err = new WithStracktrace();
const err = new WithoutStacktrace();