Ivo Anjo

Results 182 comments of Ivo Anjo

> Such code is always incorrect of course, is some variant of it used in some gem or app? Indeed, I can provide a bit more context. I usually have...

This also breaks `pry-byebug`, and thus `pry`: running `pry` with `pry-byebug` installed makes it die immediately: ```ruby ivo.anjo@macieira:~/datadog/dd-trace-rb$ bundle exec pry bundler: failed to load command: pry (/Users/ivo.anjo/.rvm/gems/truffleruby-head/bin/pry) core/tracepoint.rb:24:in `block...

> Is there maybe a way to "disable plugins" for pry as a workaround? Yeap, good point. `bundle exec pry --no-plugins` does the trick indeed :) For now I've just...

Thanks for this! I was having exactly the issue in #5097 (on macOS) and can confirm this patch fixed `rvm install ruby-head` for me.

Hey @sorra, thanks for the patience! I've looked into it and right now Datadog does not distinguish both times in its current integration.

Thanks for the info @agrobbin. The changes between 0.54.1 and 0.54.2 only really affect profiling (https://my.diffend.io/gems/ddtrace/0.54.1/0.54.2). The log you shared indicates an issue reporting tracing data (`lib/ddtrace/transport/http/client.rb:37`) which... is a...

Cool, thanks for experimenting with 0.54.1 and confirming that it happens there as well. Since you mentioned these logs show up on app shutdown, I wonder if the issue is...

Hey @agrobbin sorry for the delay getting back to you. Would you mind reaching out to support via https://www.datadoghq.com/support/ and including a link to this ticket? This way support can...

@akapronik hopefully @agrobbin can chime in with his learnings, but I do still recommend pinging support via https://www.datadoghq.com/support/ , as failures to contact the agent may be caused by a...

@sterankin you mention "during deployment"; I wonder if your situation is similar to the Heroku issue where during push/buildpack build a few errors can show up in the log (see...