Skip to content

Commit

Permalink
add ip address to sentry reports (#1346)
Browse files Browse the repository at this point in the history
  • Loading branch information
summeroff committed Dec 19, 2023
1 parent aebdf20 commit 104df1b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions obs-studio-server/source/util-crashmanager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -659,6 +659,7 @@ void util::CrashManager::HandleCrash(const std::string &_crashInfo, bool callAbo

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

// if saved memory dump
Expand Down

0 comments on commit 104df1b

Please sign in to comment.