Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
fredericfran-gds committed Aug 4, 2022
1 parent a2f7c72 commit 299cfef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/govuk_app_config/govuk_prometheus_exporter.rb
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ def self.configure

if defined?(Rails)
Rails.application.middleware.unshift PrometheusExporter::Middleware
else defined?(Sinatra)
use PrometheusExporter::Middleware
#else defined?(Sinatra)
# use PrometheusExporter::Middleware
end
end
end
Expand Down

0 comments on commit 299cfef

Please sign in to comment.