mirror of
https://github.com/BeamMP/BeamMP-Server.git
synced 2026-04-23 16:36:49 +00:00
Sentry: remove IP from user data
This commit is contained in:
@@ -14,7 +14,6 @@ TSentry::TSentry(const std::string& SentryUrl) {
|
|||||||
sentry_init(options);
|
sentry_init(options);
|
||||||
sentry_value_t user = sentry_value_new_object();
|
sentry_value_t user = sentry_value_new_object();
|
||||||
sentry_value_set_by_key(user, "id", sentry_value_new_string(Application::Settings.Key.c_str()));
|
sentry_value_set_by_key(user, "id", sentry_value_new_string(Application::Settings.Key.c_str()));
|
||||||
sentry_value_set_by_key(user, "ip_address", sentry_value_new_string("{{auto}}"));
|
|
||||||
sentry_set_user(user);
|
sentry_set_user(user);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user