Call Stacks for packaged Projects? [4.9.2]

Does a crash report for a packaged project include the call stack?
And if so where is it located?
Does it matter if it is packaged as Development or Shipping?

I already looked in:
AppData\Local\Microsoft\Windows\WER\ReportQueue

But the report did not include the Diagnostics.txt that usually has the call stack.

In the project Packaging settings you can choose to include .pdb files and then you will have a callstack in packaged game.

“Include Debug Files”

Keeping .pdb files on is not recommended for a final release build as it adds size and makes the game easier to hack.

:heart:

Rama

Thank you.
Much appreciated.