Skip to content

Commit

Permalink
Enable advanced debugging for the sample app (#594)
Browse files Browse the repository at this point in the history
  • Loading branch information
technicalpickles committed Dec 4, 2023
1 parent 88cfbb4 commit fc3e215
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions website/sample.rb
Expand Up @@ -94,6 +94,7 @@ def create_fake_snapshot(method, path, duration, started_at)
end
end

Rack::MiniProfiler.config.enable_advanced_debugging_tools = true
Rack::MiniProfiler.config.storage = SampleStorage
Rack::MiniProfiler.config.snapshot_hidden_custom_fields += ["application Version"]
Rack::MiniProfiler.config.storage_failure = ->(e) do
Expand Down

0 comments on commit fc3e215

Please sign in to comment.