Is it possible to see the stack trace of a crash in UART?

While developing, I usually connect to the Serial COM Port to see my print statements.

However, when the devices crashes, only "*** Booting nRF Connect SDK v2.5.1 ***" is seen, but no error cause.

Is this normal? Other chips usually print a stack trace, or even line number of file where the error happens. I wonder if this is also possible via the connect SDK on NRF52 dev board?

Related