aboutsummaryrefslogtreecommitdiff
path: root/src/zencore/include
diff options
context:
space:
mode:
authorDan Engelbrecht <[email protected]>2025-06-09 12:22:27 +0200
committerGitHub Enterprise <[email protected]>2025-06-09 12:22:27 +0200
commitfeb888db2d557066ebe9eb3bb1d7e3b052ae1221 (patch)
tree38002b17f35699ba61ac3d08994c3f2fa5aec8b7 /src/zencore/include
parentuse unique tmp name for auth token file (#426) (diff)
downloadzen-feb888db2d557066ebe9eb3bb1d7e3b052ae1221.tar.xz
zen-feb888db2d557066ebe9eb3bb1d7e3b052ae1221.zip
`--sentry-dsn` option for zen command line and zenserver to control Sentry reporting endpoint (#427)
moved sentry database path to temporary directory for zen commandline
Diffstat (limited to 'src/zencore/include')
-rw-r--r--src/zencore/include/zencore/sentryintegration.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/src/zencore/include/zencore/sentryintegration.h b/src/zencore/include/zencore/sentryintegration.h
index 40e22af4e..d14c1c275 100644
--- a/src/zencore/include/zencore/sentryintegration.h
+++ b/src/zencore/include/zencore/sentryintegration.h
@@ -31,8 +31,12 @@ public:
SentryIntegration();
~SentryIntegration();
- void Initialize(std::string SentryDatabasePath, std::string SentryAttachmentsPath, bool AllowPII, const std::string& CommandLine);
- void LogStartupInformation();
+ void Initialize(std::string SentryDatabasePath,
+ std::string SentryAttachmentsPath,
+ std::string SentryDsn,
+ bool AllowPII,
+ const std::string& CommandLine);
+ void LogStartupInformation();
static void ClearCaches();
private: