Alexandre Overtus
Alexandre Overtus
@piotrmurach is there a way we could fetch the unreleased version in a gemspec ? We maintain a custom version of `broadside` which require tty. https://github.com/lumoslabs/broadside/blob/master/broadside.gemspec#L26 We can't move to...
> @aovertus The `tty` gem is only used for scaffolding new CLIs and shouldn't be used as a direct dependency. Looking at the broadside gem source, you only use [tty-table](https://github.com/piotrmurach/tty-table)...
> @tdyas thanks for the reminder. I've gotten this working locally, just trying too figure out the CI portion of the PR. Hi @zmariscal, I believe you are facing the...
Hi @marcotc We use resource filtering to completely ignore resource such as healthcheck ``` { "name": "DD_APM_IGNORE_RESOURCES", "value": "HealthChecksController#show$" } ``` In other use cases, we have sidekiq jobs which...