Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
strseb committed Nov 22, 2022
1 parent 891a0f9 commit 1bb7220
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions src/constants.h
Original file line number Diff line number Diff line change
Expand Up @@ -86,14 +86,13 @@ CONSTEXPR(uint32_t, controllerPeriodicStateRecorderMsec, 10800000, 60000, 0)
inline type functionName() { return inProduction() ? prod : beta; }

#ifdef SENTRY_ENABLED
constexpr const char* SENTRY_DSN_ENDPOINT = SENTRY_DSN;
constexpr const char* SENTRY_ENVELOPE_INGESTION = SENTRY_ENVELOPE_ENDPOINT;
#else
constexpr const char* SENTRY_DSN_ENDPOINT = "";
constexpr const char* SENTRY_ENVELOPE_INGESTION = "";
constexpr const char* SENTRY_DSN_ENDPOINT = SENTRY_DSN;
constexpr const char* SENTRY_ENVELOPE_INGESTION = SENTRY_ENVELOPE_ENDPOINT;
#else
constexpr const char* SENTRY_DSN_ENDPOINT = "";
constexpr const char* SENTRY_ENVELOPE_INGESTION = "";
#endif


constexpr const char* API_PRODUCTION_URL = "https://vpn.mozilla.org";
constexpr const char* API_STAGING_URL =
"https://stage-vpn.guardian.nonprod.cloudops.mozgcp.net";
Expand Down

0 comments on commit 1bb7220

Please sign in to comment.