Oleg K
Oleg K
I had the same issue with missed APM data after upgrading to V1. The quick solution is to set `service_name` for each instrument manually Here is the example: ``` Datadog.configure...
It happens on Rails#7.0.2.4 only in the case when `rails` instrumentation was set in the way as in the initial comment or in `Rails.application.config.after_initialize` block, so then `ddtrace` tries to...
@drqCode I had the same issue since we did the setup of instruments in `after_initialize` block Here is how I solved that on `dd-trace-rb#v1`: ``` require 'ddtrace/auto_instrument' # Note: This...
Not always on same pages. It can happens when limit of queries per X time reached. The code is simple Wikipedia.find(txt).title