Skip to content

Commit 7dd69b0

Browse files
committed
Remove _experiments namespace from config
We won't use it after all
1 parent 3537813 commit 7dd69b0

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

sentry-ruby/lib/sentry/configuration.rb

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -324,10 +324,6 @@ def logger
324324
# @return [Integer]
325325
attr_accessor :max_log_events
326326

327-
# Experimental features configuration
328-
# @return [Hash]
329-
attr_accessor :_experiments
330-
331327
# these are not config options
332328
# @!visibility private
333329
attr_reader :errors, :gem_specs
@@ -474,7 +470,6 @@ def initialize
474470
@cron = Cron::Configuration.new
475471
@metrics = Metrics::Configuration.new
476472
@gem_specs = Hash[Gem::Specification.map { |spec| [spec.name, spec.version.to_s] }] if Gem::Specification.respond_to?(:map)
477-
@_experiments = { enable_logs: false }
478473

479474
run_post_initialization_callbacks
480475

0 commit comments

Comments
 (0)