lib/labkit/context.rb in gitlab-labkit-0.16.0 vs lib/labkit/context.rb in gitlab-labkit-0.16.1

- old
+ new

@@ -21,10 +21,10 @@ LOG_KEY = "meta" CORRELATION_ID_KEY = "correlation_id" RAW_KEYS = [CORRELATION_ID_KEY].freeze HEADER_PREFIX = "X-Gitlab-" KNOWN_KEYS = %w[user project root_namespace subscription_plan caller_id - remote_ip related_class feature_category].freeze + remote_ip related_class feature_category client_id].freeze class << self def with_context(attributes = {}) context = push(attributes)