diff options
Diffstat (limited to 'src/zencore/sentryintegration.cpp')
| -rw-r--r-- | src/zencore/sentryintegration.cpp | 2 |
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 |