Commit 135c83c6 authored by Andrew Newdigate's avatar Andrew Newdigate
Browse files

Merge branch 'add-client_id-to-context' into 'master'

Add client_id as KNOWN_KEY to context

See merge request gitlab-org/labkit-ruby!60
parents 8d7fe3ff acf43036
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -23,7 +23,7 @@ module Labkit
    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 = {})