dd-trace-js
dd-trace-js copied to clipboard
JavaScript APM Tracer
``` ERROR Failed to compile with 27 errors friendly-errors 16:45:56 These dependencies were not found: friendly-errors 16:45:56 friendly-errors 16:45:56 * async_hooks in ./node_modules/dd-trace/packages/datadog-core/src/storage/async_resource.js, ./node_modules/dd-trace/packages/datadog-instrumentations/src/helpers/instrument.js and 1 other * child_process in...
**Expected behaviour** Express plugin to be in intergrations_loaded array **Actual behaviour** When using [email protected] you can see express in integrations_loaded and it modifies the span ``` DATADOG TRACER CONFIGURATION -...
**Describe the bug** Traces for http-client metrics only show method name, not path so all endpoints are lumped together. We are unable to create monitors on http-client resource_names using the...
**Expected behaviour** Upgrading to 2.10.0 from 2.9.1 should work **Actual behaviour** During package install on Windows 10, the transitive dependency on @datadog/pprof-nodejs through @datadog/native-metrics doesn't build under node-gyp. **Steps to...
Hi there! We are using datadog and apollo server and we get some tracing information already, which is super cool! We are also using Apollo Gateway for Apollo Federation, but...
We recently updated our mongodb driver from 3.6.4 to 4.3.1. Now the MongoDb traces are no longer being shown in the Datadog dashboard **Expected behaviour** Updating the MongoDb library to...
**Expected behaviour** When `fetch` it's execute should add trace_id & span_id automatically as Headers **Actual behaviour** When checking a trace between two services no dependency exists because the trace_id &...
Add support for Yarn's PnP. https://yarnpkg.com/features/pnp
**Expected behaviour** Instrumenting `jest` tests with `dd-trace` should not leak any handles. **Actual behaviour** My `jest` test suite contains 76 tests in it. When executing all of these tests in...
**Expected behaviour** I am expecting the resource to include the URL path alongside the method, e.g. "POST /login" **Actual behaviour** Only seeing all POST requests to the server grouped together,...