Integrate Sentry crash reporting for public builds

This commit is contained in:
Luke Street
2026-04-14 00:43:48 -06:00
parent 235949e452
commit c6d58afd94
10 changed files with 266 additions and 13 deletions
+3
View File
@@ -133,6 +133,9 @@ namespace dusk {
if (ImGui::BeginMenu("Interface")) {
config::ImGuiCheckbox("Skip Pre-Launch UI", getSettings().backend.skipPreLaunchUI);
config::ImGuiCheckbox("Show Pipeline Compilation", getSettings().backend.showPipelineCompilation);
#if DUSK_ENABLE_SENTRY_NATIVE
config::ImGuiCheckbox("Enable Crash Reporting", getSettings().backend.enableCrashReporting);
#endif
ImGui::EndMenu();
}