From 7a6098c614bf71784f870819650b8c7bc030ede7 Mon Sep 17 00:00:00 2001 From: Jaime van Kessel Date: Tue, 21 Nov 2023 13:31:44 +0100 Subject: [PATCH] Add instruction how to set sentry_url in the code CURA-11364 --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index be05974400..ec3891b83f 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -45,7 +45,7 @@ int main(int argc, char** argv) signal(SIGFPE, cura::signal_FPE); #endif std::cerr << std::boolalpha; - +// Want to set the sentry URL? Use '-c user.curaengine:sentry_url= -o curaengine:enable_sentry=True' with conan install #ifdef SENTRY_URL // Setup sentry error handling. sentry_options_t* options = sentry_options_new();