Attaching log files

Hello everyone

I am currently researching capabilities of UE4/UE5 crash reporting
AFAIK UE4 does not support UELogs in shipping and thus they cannot be sent with crash data
Is there any way to attach files to crash reporter (like logs, saves etc) without overloading GameData in crash reporter xml?
Or is there any better solution to achieve similar results without rebuilding Engine?

You can have logs in shipping builds, add this in your *.Target.cs file:

bUseLoggingInShipping=true

You probably need to be using a source version of Unreal though since it modifies how the code gets compiled, I don’t think it works with launcher version of Unreal from Epic Games Launcher.