Skip to content

Commit

Permalink
Add instruction how to set sentry_url in the code
Browse files Browse the repository at this point in the history
  • Loading branch information
nallath committed Nov 21, 2023
1 parent 2ad7536 commit 7a6098c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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=<url> -o curaengine:enable_sentry=True' with conan install
#ifdef SENTRY_URL
// Setup sentry error handling.
sentry_options_t* options = sentry_options_new();
Expand Down

0 comments on commit 7a6098c

Please sign in to comment.