Commit 04c8fb01 authored by Bob Van Landuyt's avatar Bob Van Landuyt 💬
Browse files

Merge branch 'add-feature-category-to-context' into 'master'

Add feature category to context

See merge request gitlab-org/labkit-ruby!34
parents a0e8d58b 556b2254
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -22,7 +22,7 @@ module Labkit
    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 = {})