How Can I Customize Crash Report Client In Unreal

After including crash report client into the project with pdbs it reports on “debug crash” console command. Here I wanted to know what are the settings that we can change using .ini file to have customized crash report client in-game project.

example config variables

[CrashReportClient]
CrashReportClientVersion=1.0
DataRouterUrl=

Can we add a customized message on crash report client other than the unreal default one?

I’m also grateful if someone can guide me to a reference for creating crash listen server.

Found This Link