Hi,
We tried to use this with a latest puma 7 version (7.0.3). And even with the most basic config it fails.
in puma_config.rb we do the following:
plugin :telemetry
Puma::Plugin::Telemetry.configure do |config|
config.enabled = true
config.add_target :io, formatter: :json
end
it fails with the following:
