mirror of
https://github.com/lloeki/minimal-rack/
synced 2025-12-06 05:04:40 +01:00
Fix typo making rails configuration a noop
This commit is contained in:
parent
56e614e978
commit
de989153e4
1 changed files with 1 additions and 1 deletions
2
rails.rb
2
rails.rb
|
|
@ -193,7 +193,7 @@ class HelloController < action_controller_api_class
|
|||
end
|
||||
end
|
||||
|
||||
Datadog.configuration do |c|
|
||||
Datadog.configure do |c|
|
||||
c.diagnostics.debug = ['true', '1'].include?(ENV['DD_DIAGNOSTICS'])
|
||||
c.tracing.enabled = true
|
||||
c.tracing.instrument :rack
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue