Skip to content

Commit

Permalink
Enable Heroku Ruby Metrics
Browse files Browse the repository at this point in the history
  • Loading branch information
fblupi committed Dec 3, 2024
1 parent fb5a2cb commit 3a22bea
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions config/puma.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,9 @@

port ENV.fetch("PORT", nil) || 3000
environment ENV.fetch("RACK_ENV", nil) || "development"

before_fork do
require "barnes"

Barnes.start
end

0 comments on commit 3a22bea

Please sign in to comment.