lib/labkit/context.rb in gitlab-labkit-0.12.1 vs lib/labkit/context.rb in gitlab-labkit-0.12.2
- old
+ new
@@ -20,10 +20,10 @@
class Context
LOG_KEY = "meta"
CORRELATION_ID_KEY = "correlation_id"
RAW_KEYS = [CORRELATION_ID_KEY].freeze
KNOWN_KEYS = %w[user project root_namespace subscription_plan caller_id
- related_class].freeze
+ related_class feature_category].freeze
class << self
def with_context(attributes = {})
context = push(attributes)