aboutsummaryrefslogtreecommitdiff
path: root/src/zencore/sentryintegration.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/zencore/sentryintegration.cpp')
-rw-r--r--src/zencore/sentryintegration.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/zencore/sentryintegration.cpp b/src/zencore/sentryintegration.cpp
index 118c4158a..fef4cd8ed 100644
--- a/src/zencore/sentryintegration.cpp
+++ b/src/zencore/sentryintegration.cpp
@@ -32,7 +32,7 @@ ZEN_THIRD_PARTY_INCLUDES_END
namespace sentry {
namespace {
- static const std::string DefaultDsn("https://[email protected]/5919284");
+ static const std::string DefaultDsn("https://[email protected]/5919284");
}
struct SentryAssertImpl : zen::AssertImpl