diff options
| author | Per Larsson <[email protected]> | 2022-01-11 10:30:06 +0100 |
|---|---|---|
| committer | Per Larsson <[email protected]> | 2022-01-11 10:30:06 +0100 |
| commit | df6cc027049089501a6ca9427400277492b8e5a4 (patch) | |
| tree | 9f7e71215074faf2b32e8f83da8c3a8af45fd5d6 /zenserver/config.h | |
| parent | Fixed error in if-statement comparison (diff) | |
| download | zen-df6cc027049089501a6ca9427400277492b8e5a4.tar.xz zen-df6cc027049089501a6ca9427400277492b8e5a4.zip | |
Added option to disable Sentry crash handler.
Diffstat (limited to 'zenserver/config.h')
| -rw-r--r-- | zenserver/config.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/zenserver/config.h b/zenserver/config.h index 023e297c9..e994c248e 100644 --- a/zenserver/config.h +++ b/zenserver/config.h @@ -103,6 +103,7 @@ struct ZenServerOptions bool StructuredCacheEnabled = true; bool ShouldCrash = false; // Option for testing crash handling bool IsFirstRun = false; + bool NoSentry = false; #if ZEN_WITH_TRACE std::string TraceHost; // Host name or IP address to send trace data to std::string TraceFile; // Path of a file to write a trace |