Skip to content

Commit da18fdb

Browse files
authored
add ip address to sentry reports (#1346)
1 parent dc480b7 commit da18fdb

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

obs-studio-server/source/util-crashmanager.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -659,6 +659,7 @@ void util::CrashManager::HandleCrash(const std::string &_crashInfo, bool callAbo
659659

660660
annotations.insert({{"sentry[release]", OBS_API::getCurrentVersion()}});
661661
annotations.insert({{"sentry[user][username]", OBS_API::getUsername()}});
662+
annotations.insert({{"sentry[user][ip_address]", "{{auto}}"}});
662663
annotations.insert({{"sentry[environment]", getAppState()}});
663664

664665
// if saved memory dump

0 commit comments

Comments
 (0)