Sha256: 58dcd3a7a9a620e9b5a68478ee33e7c458d3ab53886206e90a3e42ec6a6136ef
Contents?: true
Size: 324 Bytes
Versions: 14
Compression:
Stored size: 324 Bytes
Contents
# frozen_string_literal: true module PriceHubble # Some instrumentation and logging facility helpers. module Instrumentation extend ActiveSupport::Concern included do # Add the log subscriber to the faraday namespace PriceHubble::Instrumentation::LogSubscriber.attach_to :faraday end end end
Version data entries
14 entries across 14 versions & 1 rubygems