We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc480b7 commit da18fdbCopy full SHA for da18fdb
1 file changed
obs-studio-server/source/util-crashmanager.cpp
@@ -659,6 +659,7 @@ void util::CrashManager::HandleCrash(const std::string &_crashInfo, bool callAbo
659
660
annotations.insert({{"sentry[release]", OBS_API::getCurrentVersion()}});
661
annotations.insert({{"sentry[user][username]", OBS_API::getUsername()}});
662
+ annotations.insert({{"sentry[user][ip_address]", "{{auto}}"}});
663
annotations.insert({{"sentry[environment]", getAppState()}});
664
665
// if saved memory dump
0 commit comments