Loading lib/labkit/context.rb +2 −1 Original line number Diff line number Diff line Loading @@ -21,7 +21,8 @@ module Labkit 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].freeze KNOWN_KEYS = %w[user project root_namespace subscription_plan caller_id related_class].freeze class << self def with_context(attributes = {}) Loading Loading
lib/labkit/context.rb +2 −1 Original line number Diff line number Diff line Loading @@ -21,7 +21,8 @@ module Labkit 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].freeze KNOWN_KEYS = %w[user project root_namespace subscription_plan caller_id related_class].freeze class << self def with_context(attributes = {}) Loading