Sha256: 8a1c07334785ac3706483907facd5bc4e78d56e08e08fe0e03e2e16785d87d88
Contents?: true
Size: 239 Bytes
Versions: 27
Compression:
Stored size: 239 Bytes
Contents
module RollbarErrorContext attr_accessor :rollbar_context end Rollbar.plugins.define('error_context') do dependency { configuration.enable_error_context } execute! do StandardError.send(:include, RollbarErrorContext) end end
Version data entries
27 entries across 27 versions & 1 rubygems