aboutsummaryrefslogtreecommitdiff
path: root/src/zenserver/config.h
diff options
context:
space:
mode:
authorDan Engelbrecht <[email protected]>2023-05-08 18:40:53 +0200
committerGitHub <[email protected]>2023-05-08 18:40:53 +0200
commita2e393d27f9b8245b39ad2e38c82986b05cebf6a (patch)
tree6c100f553ba3f11509dc72fce660cb73f6caa243 /src/zenserver/config.h
parentproject store gc lifetime (#257) (diff)
downloadzen-a2e393d27f9b8245b39ad2e38c82986b05cebf6a.tar.xz
zen-a2e393d27f9b8245b39ad2e38c82986b05cebf6a.zip
add ip and username to sentry reports if allowed in settings (#276)
* add ip and username to sentry reports if allowed in settings * add --sentry-allow-personal-info command line options to zenserver
Diffstat (limited to 'src/zenserver/config.h')
-rw-r--r--src/zenserver/config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/zenserver/config.h b/src/zenserver/config.h
index 8a5c6de4e..9559cae33 100644
--- a/src/zenserver/config.h
+++ b/src/zenserver/config.h
@@ -148,6 +148,7 @@ struct ZenServerOptions
bool ShouldCrash = false; // Option for testing crash handling
bool IsFirstRun = false;
bool NoSentry = false;
+ bool SentryAllowPII = false; // Allow personally identifiable information in sentry crash reports
bool ObjectStoreEnabled = false;
#if ZEN_WITH_TRACE
std::string TraceHost; // Host name or IP address to send trace data to