diff options
| author | zousar <[email protected]> | 2025-09-22 16:38:15 -0600 |
|---|---|---|
| committer | zousar <[email protected]> | 2025-09-22 16:38:15 -0600 |
| commit | 1c591941878e5c5009d51a82ff61986a63bd2e11 (patch) | |
| tree | 3860ab5ebddf1919aab3cca019422fa76cfcdda4 /src/zencore/sentryintegration.cpp | |
| parent | Change batch put responses for client reporting (diff) | |
| parent | 5.7.2-pre1 (diff) | |
| download | zen-1c591941878e5c5009d51a82ff61986a63bd2e11.tar.xz zen-1c591941878e5c5009d51a82ff61986a63bd2e11.zip | |
Merge branch 'main' into zs/put-overwrite-policy-response
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 |