Ben Garcia

Results 5 issues of Ben Garcia

Input: "San Francisco, CA 00000" (Also tested with comma between CA and 00000) Outputs the PlaceName as "Francisco"

This PR was born out of metric gathering for our auto-scaling needs as we're migrating hosting platforms and mid-migration of queue libraries. This PR adds a new metric to the...

Would love a Ruby SDK.

new language

Following up on #55822 - It makes sense to mask token values by default for a module named SecureToken. Notably, this PR still respects prefix definitions. * Before `user.inspect =>...

activerecord

There is an issue with the `ScoutApm::Instant::Middleware` Currently, it tries to detect development assets via: https://github.com/scoutapp/scout_apm_ruby/blob/82d8d33312773b9983e0b5006af4b9129ef0a00d/lib/scout_apm/instant/middleware.rb#L106 ```ruby logger.debug("DevTrace: dev asset ignored") and return false if development_asset? ... def development_asset? !rack_body.respond_to?(:body)...