Skip to content

Commit

Permalink
remove lazy call for experimental_timeline_enabled option
Browse files Browse the repository at this point in the history
  • Loading branch information
GustavoCaso committed Jul 5, 2023
1 parent 88063eb commit 40af507
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/datadog/core/configuration/settings.rb
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,6 @@ def initialize(*_)
# @default `DD_PROFILING_EXPERIMENTAL_TIMELINE_ENABLED` environment variable as a boolean, otherwise `false`
option :experimental_timeline_enabled do |o|
o.default { env_to_bool('DD_PROFILING_EXPERIMENTAL_TIMELINE_ENABLED', false) }
o.lazy
end
end

Expand Down

0 comments on commit 40af507

Please sign in to comment.