Lumix Engine includes automatic crash reporting to help improve stability. When the engine crashes, it can send anonymized crash data to Sentry for analysis.
minidump.dmp in the working directory for debugging.CrashReportFlags:
ENABLED: Enables crash handling.MESSAGE_BOX: Shows a message box with crash info.LOG: Logs crash info to file.STDERR: Outputs to stderr.SENTRY: Sends report to Sentry.ENABLE_ALL).-no_crash_report or configure flags without SENTRY.Lumix::configureCrashReport(flags).Reports are sent to Lumix Engine’s Sentry project for internal use only.