diff options
| author | Dan Engelbrecht <[email protected]> | 2025-09-22 12:14:01 +0200 |
|---|---|---|
| committer | GitHub Enterprise <[email protected]> | 2025-09-22 12:14:01 +0200 |
| commit | f6646550989a5ec463d8850216dee9d0ae86d01d (patch) | |
| tree | 3b7a98acc0a76a64a5606d1759e9d5681134c650 /src/zencore/sentryintegration.cpp | |
| parent | issue error on second retry, not first attempt (#503) (diff) | |
| download | zen-f6646550989a5ec463d8850216dee9d0ae86d01d.tar.xz zen-f6646550989a5ec463d8850216dee9d0ae86d01d.zip | |
change default sentry dsn to one listed on Sentry setup page (#504)
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 |