Sha256: e0cc8a1c2da02ba0f192c532de70a2ea926750ee8da54e58263da50e0f18c0b2
Contents?: true
Size: 316 Bytes
Versions: 1
Compression:
Stored size: 316 Bytes
Contents
# frozen_string_literal: true require 'active_support' require 'active_support/core_ext/module/attribute_accessors_per_thread' module DHS module Interceptors module ExtendedRollbar extend ActiveSupport::Concern class ThreadRegistry thread_mattr_accessor :log end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
dhs-1.6.0 | lib/dhs/interceptors/extended_rollbar/thread_registry.rb |