diff --git a/src/main.cpp b/src/main.cpp index d6f2cb9640..84920c5006 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -7,8 +7,9 @@ #include //For setpriority. #endif -#include #include + +#include #include #include "Application.h" @@ -39,7 +40,7 @@ int main(int argc, char** argv) std::cerr << std::boolalpha; // Setup sentry error handling. - sentry_options_t *options = sentry_options_new(); + sentry_options_t* options = sentry_options_new(); // TODO: Right now we just hardcode the key. We should probably get that from some kind of secret for release builds sentry_options_set_dsn(options, "https://734f9ec9024f73e53701d59c3ffddfe3@o323038.ingest.sentry.io/4506257745510401"); // This is also the default-path. For further information and recommendations: