mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-28 02:18:50 +00:00
chore(rust): log environment when updating feature flags (#9855)
It is useful to know, which environment we've updated the feature-flags for.
This commit is contained in:
@@ -61,7 +61,7 @@ pub(crate) async fn evaluate_now(user_id: String, env: Env) {
|
||||
scope.set_context("flags", sentry_flag_context(flags));
|
||||
});
|
||||
|
||||
tracing::debug!(flags = ?FEATURE_FLAGS, "Evaluated feature-flags");
|
||||
tracing::debug!(%env, flags = ?FEATURE_FLAGS, "Evaluated feature-flags");
|
||||
}
|
||||
|
||||
pub(crate) fn reevaluate(user_id: String, env: &str) {
|
||||
|
||||
Reference in New Issue
Block a user