Sergey Fedorov
Sergey Fedorov
Ah, I found that `gzip?` appears only in sprockets 3.x, will add check about `gzip?` method
@carsomyr Hi, can you have a look on this PR?
Thanks for the issue @pesterhazy. Yeah, `curb` is known to be tough to build sometimes, instructions are one way to solve the issue, another way is to have a `Dockerfile`...
Hey @wahlg thanks for reporting this. I would like to ask you about the auto instrumentation, do use have something like this in your Gemfile ```ruby gem 'datadog', require: 'datadog/auto_instrument'...
@mensfeld You can use Karafka patcher interface to track was it patched or not ```ruby Datadog::Tracing::Contrib::Karafka::Patcher.patched? # => true/false ``` @wahlg We already have some discussion around auto-instrument and configuration...
Hi @cfcs thanks for the issue. I think logical types are not applied, but it's doable. If you would like to support me, you can prepare a test example ([issue...
Thanks @cfcs, I appreciate your help. I'm a bit busy right now, but I will put that thing to work soon ™️
> do you mean you want integration apps to have standard style enforcement? I haven't reviewed that diff yet so likely there are some changes in DI that need to...
Hey @lagerfeuer 👋🏼 thanks for reporting. Have you already tried workarounds suggested in the related? threads, like [this one](https://github.com/DataDog/dd-trace-rb/issues/3015#issuecomment-1724164926)
> I assumed I wouldn't have to if I upgraded to or beyond Ruby v3.3.5 Yes, I think the workaround is related more to configuration of safe-guards and reconnections around...