From 42d11b68812108ccda802d0ff950b5299d08e40a Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sun, 30 Nov 2025 23:45:20 +0100 Subject: Add sentry crash reporting on Windows. --- src/lib/dcpomatic_sentry.h | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 src/lib/dcpomatic_sentry.h (limited to 'src/lib/dcpomatic_sentry.h') diff --git a/src/lib/dcpomatic_sentry.h b/src/lib/dcpomatic_sentry.h new file mode 100644 index 000000000..d7c07543d --- /dev/null +++ b/src/lib/dcpomatic_sentry.h @@ -0,0 +1,26 @@ +/* + Copyright (C) 2025 Carl Hetherington + + This file is part of DCP-o-matic. + + DCP-o-matic is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + DCP-o-matic is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with DCP-o-matic. If not, see . + +*/ + + +#include + + +void maybe_setup_sentry(); +void closedown_sentry(); -- cgit v1.2.3